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

Ludovic Poitou
22.28.2015 643ded69ff967ae56735a07f72688efa89fc906a
OPENDJ-2572 - Fix check style
1 files modified
1 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
@@ -2980,6 +2980,7 @@
  /**
   * Returns true if the class is available in the classpath.
   * @param className the string representing the class to check.
   * @return {@code true} if the class is available in the classpath and {@code false} otherwise.
   */
  public static boolean isClassAvailable(final String className)