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

Matthew Swift
11.13.2013 c865a97e6eec7f757af36688f95893ef520d8023
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/NameStrategy.java
@@ -25,7 +25,7 @@
/**
 * A name strategy is responsible for naming REST resources and LDAP entries.
 */
public abstract class NameStrategy {
abstract class NameStrategy {
    /*
     * This interface is an abstract class so that methods can be made package
     * private until API is finalized.