Fixed javadoc

This commit is contained in:
Auxilor
2023-01-23 11:27:44 +00:00
parent 7c616e64ae
commit ac10fa46dc

View File

@@ -141,6 +141,7 @@ public interface CommandBase {
*
* @param obj The object to test.
* @param key The lang.yml key for the message to be sent.
* @param <T> The object type.
* @return Returns the object, definitely not-null.
* @throws NotificationException If the object is null.
*/