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

Matthew Swift
08.49.2013 eb7171d9ef4ac1772f7d8f6a218ea068a79d4439
Minor code cleanup.
1 files modified
2 ■■■ changed files
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java
@@ -20,7 +20,7 @@
/**
 * Common context information passed to containers and mappers.
 */
public final class Context {
final class Context {
    private final Config config;
    private final ServerContext context;