From 39a1a3983ffa9a998b12557c240ba7c38a80c31d Mon Sep 17 00:00:00 2001 From: Braydon Date: Tue, 12 Dec 2023 00:59:42 -0500 Subject: [PATCH] make this more clear --- src/main/java/me/braydon/feather/IDatabase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {