Skip to content

Commit d865f22

Browse files
committed
Removed the deprecation of Command#async option for now
1 parent 51eb123 commit d865f22

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/me/despical/commandframework/annotations

1 file changed

+0
-1
lines changed

src/main/java/me/despical/commandframework/annotations/Command.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
*
111111
* @return asynchronous execution of command.
112112
*/
113-
@Deprecated
114113
boolean async() default false;
115114

116115
/**

0 commit comments

Comments
 (0)