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/server/org/opends/server/util/VersionCompatibilityIssue.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java b/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
index 89d36d0..2b3fea2 100644
--- a/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
+++ b/opends/src/server/org/opends/server/util/VersionCompatibilityIssue.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2007-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2011 ForgeRock AS
*/
package org.opends.server.util;
@@ -214,7 +215,7 @@
/**
* Unique descriptor of an event that created a flag day for one
- * or more versions of the OpenDS codebase.
+ * or more versions of the OpenDJ codebase.
*/
public enum Cause {
/**
@@ -360,7 +361,7 @@
*
* <ol>
* <li>IDs must be unique among different causes in all branches
- * of the OpenDS code.</li>
+ * of the OpenDJ code.</li>
*
* <li>Causes in different branches representing the same issue
* must have identical IDs.</li>
--
Gitblit v1.10.0