From 0f6ff58b0395c707009743a278bc5cb757ebb787 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 16:06:11 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. Remove references in source code files.
---
opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java b/opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java
index 48b2def..25747ac 100644
--- a/opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java
+++ b/opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2008-2010 Sun Microsystems, Inc.
+ * Portions Copyright 2011 ForgeRock AS
*/
package org.opends.build.tools;
@@ -138,7 +139,7 @@
static {
KEY_FORM_MSG = new StringBuilder()
- .append(".\n\nOpenDS message property keys must be of the form\n\n")
+ .append(".\n\nOpenDJ message property keys must be of the form\n\n")
.append("\t\'[CATEGORY]_[SEVERITY]_[DESCRIPTION]_[ORDINAL]\'\n\n")
.append("where\n\n")
.append("CATEGORY is one of ")
@@ -205,7 +206,7 @@
}
/**
- * Indicates whether or not the specifier uses arguement
+ * Indicates whether or not the specifier uses argument
* indexes (for example 2$).
* @return boolean true if this specifier uses indexing
*/
@@ -216,7 +217,7 @@
/**
* Returns a java class associated with a particular formatter
* based on the conversion type of the specifier.
- * @return Class for representing the type of arguement used
+ * @return Class for representing the type of argument used
* as a replacement for this specifier.
*/
public Class<?> getSimpleConversionClass() {
--
Gitblit v1.10.0