From afebcaeb76c1ad8b9c6b4044d2c3e360d1201fab Mon Sep 17 00:00:00 2001 From: Abbas Abou Daya Date: Sun, 27 May 2018 04:20:04 -0400 Subject: [PATCH] Fix javadoc --- .../java/org/telegram/abilitybots/api/db/DBContext.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);