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-cli/src/main/java/com/forgerock/opendj/cli/TextTablePrinter.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/TextTablePrinter.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/TextTablePrinter.java
index f7fce40..a6bccc0 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/TextTablePrinter.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/TextTablePrinter.java
@@ -279,10 +279,10 @@
*/
private String columnSeparator = DEFAULT_COLUMN_SEPARATOR;
- /** Indicates whether or not the headings should be output. */
+ /** Indicates whether the headings should be output. */
private boolean displayHeadings = true;
- /** Table indicating whether or not a column is fixed width. */
+ /** Table indicating whether a column is fixed width. */
private final Map<Integer, Integer> fixedColumns = new HashMap<>();
/** The number of characters the table should be indented. */
--
Gitblit v1.10.0