Lortseam 4 年之前
父节点
当前提交
859adb7f22

+ 1 - 0
lib/src/main/java/me/lortseam/completeconfig/api/ConfigContainer.java

@@ -28,6 +28,7 @@ public interface ConfigContainer {
      * Used to register transitive containers dynamically.
      * Used to register transitive containers dynamically.
      *
      *
      * @return an array of containers
      * @return an array of containers
+     *
      * @see Transitive
      * @see Transitive
      */
      */
     default ConfigContainer[] getTransitives() {
     default ConfigContainer[] getTransitives() {

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

@@ -14,7 +14,7 @@ public interface ConfigGroup extends ConfigContainer {
     }
     }
 
 
     /**
     /**
-     * Used to specify one or more custom translation keys for this group's tooltip, declared line by line. If empty,
+     * Specifies one or more custom translation keys for this group's tooltip, declared line by line. If empty,
      * the default single-line or multi-line keys will be used, depending on which are defined in the language file(s).
      * the default single-line or multi-line keys will be used, depending on which are defined in the language file(s).
      *
      *
      * @return an array of custom tooltip translation keys
      * @return an array of custom tooltip translation keys
@@ -24,7 +24,7 @@ public interface ConfigGroup extends ConfigContainer {
     }
     }
 
 
     /**
     /**
-     * Used to specify a comment to describe this group. The comment will only be visible in the config save file.
+     * Specifies a comment which describes this group. The comment will only be visible in the config save file.
      *
      *
      * @return a comment
      * @return a comment
      */
      */