mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jdemendi
17.21.2007 c429ea0c780d83a49531de1f7d42e9f802ce8fe8
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)