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

Jean-Noël Rouvignac
19.36.2016 93dc3520b26d74dadbdad265182d9beaa9145dc4
opendj-config/src/main/java/org/forgerock/opendj/config/ConfigurationFramework.java
@@ -74,9 +74,7 @@
     */
    private static final class MyURLClassLoader extends URLClassLoader {
        /**
         * Create a class loader with the default parent class loader.
         */
        /** Create a class loader with the default parent class loader. */
        public MyURLClassLoader() {
            super(new URL[0]);
        }
@@ -131,9 +129,7 @@
    /** Attribute name in jar's MANIFEST corresponding to the revision number. */
    private static final String REVISION_NUMBER = "Revision-Number";
    /**
     * The attribute names for build information is name, version and revision number.
     */
    /** The attribute names for build information is name, version and revision number. */
    private static final String[] BUILD_INFORMATION_ATTRIBUTE_NAMES = new String[] {
        Attributes.Name.EXTENSION_NAME.toString(),
        Attributes.Name.IMPLEMENTATION_VERSION.toString(), REVISION_NUMBER };