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/core/SubentryPasswordPolicy.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java b/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java index 06e9fc5..3d52026 100644 --- a/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java +++ b/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java @@ -51,8 +51,8 @@ /** * This class represents subentry password policy based on Password Policy for * LDAP Directories Internet-Draft. In order to represent subentry password - * policies as OpenDS password policies it performs a mapping of Draft defined - * attributes to OpenDS implementation specific attributes. Any missing + * policies as OpenDJ password policies it performs a mapping of Draft defined + * attributes to OpenDJ implementation specific attributes. Any missing * attributes are inherited from server default password policy. This class is * also reponsible for any Draft attributes validation ie making sure that * provided values are acceptable and within the predefined range. -- Gitblit v1.10.0