|
@@ -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
|
|
*/
|
|
*/
|