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

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValuePrinter.java
@@ -42,7 +42,7 @@
        private final SizeUnit sizeUnit;
        /** The requested time unit (null if the property's unit should be used). */
        private final DurationUnit timeUnit;
        /** Whether or not values should be displayed in a script-friendly manner. */
        /** Whether values should be displayed in a script-friendly manner. */
        private final boolean isScriptFriendly;
        /** The formatter to use for numeric values. */
        private final NumberFormat numberFormat;