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/quicksetup/ui/GuiApplication.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/GuiApplication.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/GuiApplication.java
index 456f6d1..2d75fb8 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/GuiApplication.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/GuiApplication.java
@@ -12,7 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2008-2010 Sun Microsystems, Inc.
- * Portions Copyright 2012-2015 ForgeRock AS.
+ * Portions Copyright 2012-2016 ForgeRock AS.
*/
package org.opends.quicksetup.ui;
@@ -268,7 +268,7 @@
}
/**
- * Indicates whether or not the user is allowed to return to a previous
+ * Indicates whether the user is allowed to return to a previous
* step from <code>step</code>.
* @param step WizardStep for which the the return value indicates whether
* or not the user can return to a previous step
@@ -280,7 +280,7 @@
}
/**
- * Indicates whether or not the user is allowed to move to a new
+ * Indicates whether the user is allowed to move to a new
* step from <code>step</code>.
* @param step WizardStep for which the the return value indicates whether
* or not the user can move to a new step
@@ -292,7 +292,7 @@
}
/**
- * Indicates whether or not the user is allowed to finish the wizard from
+ * Indicates whether the user is allowed to finish the wizard from
* <code>step</code>.
* @param step WizardStep for which the the return value indicates whether
* or not the user can finish the wizard
--
Gitblit v1.10.0