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/guitools/uninstaller/UninstallLauncher.java | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/UninstallLauncher.java b/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/UninstallLauncher.java
index 4ade2ef..0f714af 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/UninstallLauncher.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/UninstallLauncher.java
@@ -169,9 +169,8 @@
}
/**
- * Indicates whether or not the launcher should print a usage
- * statement based on the content of the arguments passed into
- * the constructor.
+ * Indicates whether the launcher should print a usage statement
+ * based on the content of the arguments passed into the constructor.
* @return boolean where true indicates usage should be printed
*/
protected boolean isNoPrompt() {
--
Gitblit v1.10.0