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

jvergara
19.02.2007 56f7fa2950663b0e26943b3f4460b33118fcd4f7
opends/src/quicksetup/org/opends/quicksetup/UserData.java
@@ -103,8 +103,8 @@
    LinkedList<String> baseDn = new LinkedList<String>();
    baseDn.add("dc=example,dc=com");
    NewSuffixOptions defaultNewSuffixOptions = new NewSuffixOptions(
        NewSuffixOptions.Type.CREATE_BASE_ENTRY, baseDn);
    NewSuffixOptions defaultNewSuffixOptions = NewSuffixOptions.createBaseEntry(
        baseDn);
    setNewSuffixOptions(defaultNewSuffixOptions);
    // See what we can propose as port