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. } }