From 3298fb166ccd89e8d65a8a1bedd42e713f3490ce Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 17 Jul 2007 15:21:52 +0000
Subject: [PATCH]
---
opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java b/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
index 4984b4b..0a94e98 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
@@ -1184,7 +1184,7 @@
* processed and contains information about the result of
* the processing.
*/
- public ModifyDNOperationBasis processModifyDN(String rawEntryDN,
+ public ModifyDNOperation processModifyDN(String rawEntryDN,
String rawNewRDN,
boolean deleteOldRDN)
{
@@ -1208,7 +1208,7 @@
* processed and contains information about the result of
* the processing.
*/
- public ModifyDNOperationBasis processModifyDN(ByteString rawEntryDN,
+ public ModifyDNOperation processModifyDN(ByteString rawEntryDN,
ByteString rawNewRDN,
boolean deleteOldRDN)
{
@@ -1233,7 +1233,7 @@
* processed and contains information about the result of
* the processing.
*/
- public ModifyDNOperationBasis processModifyDN(String rawEntryDN,
+ public ModifyDNOperation processModifyDN(String rawEntryDN,
String rawNewRDN,
boolean deleteOldRDN,
String rawNewSuperior)
@@ -1262,7 +1262,7 @@
* processed and contains information about the result of
* the processing.
*/
- public ModifyDNOperationBasis processModifyDN(ByteString rawEntryDN,
+ public ModifyDNOperation processModifyDN(ByteString rawEntryDN,
ByteString rawNewRDN,
boolean deleteOldRDN,
ByteString rawNewSuperior)
@@ -1294,7 +1294,7 @@
* processed and contains information about the result of
* the processing.
*/
- public ModifyDNOperationBasis processModifyDN(DN entryDN,
+ public ModifyDNOperation processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN)
{
@@ -1319,7 +1319,7 @@
* processed and contains information about the result of
* the processing.
*/
- public ModifyDNOperationBasis processModifyDN(DN entryDN,
+ public ModifyDNOperation processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior)
--
Gitblit v1.10.0