diff --git a/src/main/java/me/braydon/feather/IDatabase.java b/src/main/java/me/braydon/feather/IDatabase.java index 2651bf6..f6e9d05 100644 --- a/src/main/java/me/braydon/feather/IDatabase.java +++ b/src/main/java/me/braydon/feather/IDatabase.java @@ -10,7 +10,7 @@ import java.io.Closeable; * @author Braydon * @param the bootstrap class of this database * @param the type of credentials this database uses - * @param the type of pipeline for this database + * @param the type of sync pipeline for this database * @param the type of async pipeline for this database */ public interface IDatabase extends Closeable {