opendj-config/src/main/java/org/forgerock/opendj/config/PropertyValueVisitor.java
@@ -12,6 +12,7 @@ * information: "Portions Copyright [year] [name of copyright owner]". * * Copyright 2008-2009 Sun Microsystems, Inc. * Portions Copyright 2016 ForgeRock AS. */ package org.forgerock.opendj.config; @@ -46,9 +47,7 @@ */ public abstract class PropertyValueVisitor<R, P> { /** * Default constructor. */ /** Default constructor. */ protected PropertyValueVisitor() { // No implementation required. }