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

matthew_swift
29.40.2007 eaa23f4b7af97c108ecffa40c86c32e723a90594
opends/src/server/org/opends/server/admin/PropertyDefinitionUsageBuilder.java
@@ -312,7 +312,7 @@
     * {@inheritDoc}
     */
    @Override
    public Message visitUnknown(PropertyDefinition<?> d, Void p)
    public <T> Message visitUnknown(PropertyDefinition<T> d, Void p)
        throws UnknownPropertyDefinitionException {
      return Message.raw("?");
    }