Lortseam 4 years ago
parent
commit
6243b02f97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/me/lortseam/completeconfig/ConfigBuilder.java

+ 1 - 0
src/main/java/me/lortseam/completeconfig/ConfigBuilder.java

@@ -28,6 +28,7 @@ public final class ConfigBuilder {
      * <p>The config branch determines the location of the config's save file.
      * <p>The config branch determines the location of the config's save file.
      *
      *
      * @param modID the ID of the mod creating the config
      * @param modID the ID of the mod creating the config
+     * @param branch the branch
      */
      */
     public ConfigBuilder(String modID, String[] branch) {
     public ConfigBuilder(String modID, String[] branch) {
         this.modID = modID;
         this.modID = modID;