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

jcambon
15.15.2008 dedcdc99f8ad8075d7971c09fafcf2965ba71491
Fix for issue #3373 : missing read/write property information in OpenDS Configuration Reference


1 files modified
6 ■■■■■ changed files
opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java 6 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
@@ -745,6 +745,12 @@
      tableRow("Advanced Property", "No");
    }
    if (prop.hasOption(PropertyOption.READ_ONLY)) {
      tableRow("Read-only", "Yes");
    } else {
      tableRow("Read-only", "No");
    }
    endTable();
  }