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

Jean-Noel Rouvignac
10.35.2014 0ee09d91ca97c82dca075957513e62903f7dc588
Fixing the build.

DirectoryServer.getClassLoader() is used by SNMPClassLoaderProvider, so made it public again.
1 files modified
2 ■■■ changed files
opendj3-server-dev/src/server/org/opends/server/core/DirectoryServer.java 2 ●●● patch | view | raw | blame | history
opendj3-server-dev/src/server/org/opends/server/core/DirectoryServer.java
@@ -8991,7 +8991,7 @@
   * @return Returns the class loader to be used with this directory
   *         server application.
   */
  private static ClassLoader getClassLoader()
  public static ClassLoader getClassLoader()
  {
    return ClassLoaderProvider.getInstance().getClassLoader();
  }