Lortseam 4 лет назад
Родитель
Сommit
7c123d70c4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/me/lortseam/completeconfig/api/ConfigContainer.java

+ 2 - 2
src/main/java/me/lortseam/completeconfig/api/ConfigContainer.java

@@ -39,8 +39,8 @@ public interface ConfigContainer {
     }
 
     /**
-     * Applied to declare that a field of type {@link ConfigContainer} is transitive, which means the object will be
-     * registered at the level of this container.
+     * Applied to declare that a field or a class of type {@link ConfigContainer} is transitive, which means the object
+     * will be registered at the level of this container.
      *
      * @see #getTransitives()
      */