From 643ded69ff967ae56735a07f72688efa89fc906a Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 22 Dec 2015 17:28:52 +0000
Subject: [PATCH] OPENDJ-2572 - Fix check style
---
opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java b/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
index 9f89630..ae84ca4 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
+++ b/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)
--
Gitblit v1.10.0