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

Matthew Swift
05.45.2014 e0e6d30a905e47931a89b7e9063d752a6f28106d
opendj-config/src/main/java/org/forgerock/opendj/config/IPAddressMaskPropertyDefinition.java
@@ -86,7 +86,7 @@
     * {@inheritDoc}
     */
    @Override
    public void validateValue(AddressMask value, PropertyDefinitionsOptions options) {
    public void validateValue(AddressMask value) {
        Reject.ifNull(value);
        // No additional validation required.
@@ -96,7 +96,7 @@
     * {@inheritDoc}
     */
    @Override
    public AddressMask decodeValue(String value, PropertyDefinitionsOptions options) {
    public AddressMask decodeValue(String value) {
        Reject.ifNull(value);
        try {