| opendj3-server-dev/src/server/org/opends/server/types/AttributeParser.java | ●●●●● patch | view | raw | blame | history |
opendj3-server-dev/src/server/org/opends/server/types/AttributeParser.java
@@ -135,6 +135,7 @@ { // use the new code that is not yet committed and compiled (with Void parameter) final Method method = f.getClass().getMethod("apply", Object.class, Void.class); method.setAccessible(true); return (T) method.invoke(f, value, null); } catch (NoSuchMethodException e2)