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

neil_a_wilson
21.48.2007 e24aed7a2677e83d01477c81a67f4b5ecc4166e2
opends/src/server/org/opends/server/backends/jeb/ConfigurableEnvironment.java
@@ -222,9 +222,9 @@
    }
    String methodBaseName = builder.toString();
    Class configClass = JEBackendCfg.class;
    Class<JEBackendCfg> configClass = JEBackendCfg.class;
    JEBackendCfgDefn defn = JEBackendCfgDefn.getInstance();
    Class defClass = defn.getClass();
    Class<? extends JEBackendCfgDefn> defClass = defn.getClass();
    PropertyDefinition propDefn =
         (PropertyDefinition)defClass.getMethod("get" + methodBaseName +