From c429ea0c780d83a49531de1f7d42e9f802ce8fe8 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 17 Jul 2007 15:21:52 +0000
Subject: [PATCH]
---
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java b/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
index 4984b4b..0a94e98 100644
--- a/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
+++ b/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