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

Matthew Swift
08.37.2013 d89aacc0431eab3dce367e8fe9575eb8f83aa535
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java
@@ -24,7 +24,7 @@
    private final Config config;
    private final ServerContext context;
    Context(Config config, ServerContext context) {
    Context(final Config config, final ServerContext context) {
        this.config = config;
        this.context = context;
    }