opendj-server-legacy/src/main/java/org/opends/server/tasks/TaskUtils.java
@@ -312,7 +312,7 @@ public static boolean getBoolean(List<Attribute> attrList, boolean defaultValue) { if ((attrList == null) || attrList.isEmpty()) if (attrList == null || attrList.isEmpty()) { return defaultValue; }