From 8a7d994e004ad0ec1a192dbadd348e041a2e3de2 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 May 2016 13:02:12 +0000
Subject: [PATCH] ObjectClassTestCase.java: renamed test case and local variable
---
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/FileManager.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/FileManager.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/FileManager.java
index 9f5f6ba..14f8c68 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/FileManager.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/FileManager.java
@@ -395,7 +395,7 @@
*
* @param f
* File for which parentage will be insured
- * @return boolean indicating whether or not the input <code>f</code> has a
+ * @return boolean indicating whether the input {@code f} has a
* parent after this method is invoked.
*/
private static boolean insureParentsExist(File f)
--
Gitblit v1.10.0