mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
18.45.2016 3751c3aa75e5a9497a01a22fc8966e719ec68111
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/UpgradeTasks.java
@@ -1365,12 +1365,6 @@
    };
  }
  /** Prevent instantiation. */
  private UpgradeTasks()
  {
    // Do nothing.
  }
  /**
   * This task exists because OpenDJ 3.0.0 added an attribute type definition for
   * {@code ds-cfg-csv-delimiter-char}, but unfortunately trailing spaces existed after the closing
@@ -1521,4 +1515,10 @@
      }
    };
  }
  /** Prevent instantiation. */
  private UpgradeTasks()
  {
    // Do nothing.
  }
}