make this more clear

This commit is contained in:
Braydon 2023-12-12 00:59:42 -05:00
parent e6c60abc83
commit 39a1a3983f

@ -10,7 +10,7 @@ import java.io.Closeable;
* @author Braydon * @author Braydon
* @param <B> the bootstrap class of this database * @param <B> the bootstrap class of this database
* @param <C> the type of credentials this database uses * @param <C> the type of credentials this database uses
* @param <S> the type of pipeline for this database * @param <S> the type of sync pipeline for this database
* @param <A> the type of async pipeline for this database * @param <A> the type of async pipeline for this database
*/ */
public interface IDatabase<B, C, S, A> extends Closeable { public interface IDatabase<B, C, S, A> extends Closeable {