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

ludovicp
03.57.2010 09082291dd608d7c6376f6bb243db7972fcd0cc2
Code cleanup, removing useless line
1 files modified
10 ■■■■ changed files
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 10 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -164,8 +164,8 @@
    Logger.getLogger(ReplicationCliMain.class.getName());
  // Always use SSL with the administration connector
  private boolean useSSL = true;
  private boolean useStartTLS = false;
  private final boolean useSSL = true;
  private final boolean useStartTLS = false;
  /**
   * The enumeration containing the different options we display when we ask
@@ -3682,7 +3682,6 @@
    if (ctx != null)
    {
      uData.setBaseDNs(uData.getBaseDNs());
      try
      {
        displayStatus(ctx, uData);
@@ -8623,6 +8622,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isAdvancedMode() {
    return false;
  }
@@ -8632,6 +8632,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isInteractive() {
    if (forceNonInteractive)
    {
@@ -8654,6 +8655,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isQuiet()
  {
    return argParser.isQuiet();
@@ -8664,6 +8666,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isScriptFriendly() {
    return argParser.isScriptFriendly();
  }
@@ -8673,6 +8676,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  public boolean isVerbose() {
    return true;
  }