diff --git a/telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/db/DBContext.java b/telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/db/DBContext.java index cd25683b..c1963ce1 100644 --- a/telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/db/DBContext.java +++ b/telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/db/DBContext.java @@ -40,9 +40,9 @@ public interface DBContext extends Closeable { Set getSet(String name); /** - * @param name the unique name of the {@link Set} - * @param the type that the Set holds - * @return the Set with the specified name + * @param name the unique name of the {@link Var} + * @param the type that the variable holds + * @return the variable with the specified name */ Var getVar(String name);