mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/opends/src/server/org/opends/server/config/ConfigEntry.java @@ -459,7 +459,7 @@ */ public ConfigEntry duplicate() { return new ConfigEntry(entry.duplicate(), parent); return new ConfigEntry(entry.duplicate(false), parent); }