From 02b3d002fe4bfc3fef076a35184af06b8d37e2cc Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 15 Sep 2006 22:53:44 +0000
Subject: [PATCH] Change the name of the "finalizeIdentityManager" method in the org.opends.server.api.IdentityMapper class to be "finalizeIdentityMapper".
---
opends/src/server/org/opends/server/api/IdentityMapper.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/IdentityMapper.java b/opends/src/server/org/opends/server/api/IdentityMapper.java
index 3bb22b7..c52c257 100644
--- a/opends/src/server/org/opends/server/api/IdentityMapper.java
+++ b/opends/src/server/org/opends/server/api/IdentityMapper.java
@@ -84,7 +84,7 @@
* Performs any finalization that may be necessary for this identity
* mapper. By default, no finalization is performed.
*/
- public void finalizeIdentityManager()
+ public void finalizeIdentityMapper()
{
assert debugEnter(CLASS_NAME, "finalizeIdentityMapper");
--
Gitblit v1.10.0