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

Matthew Swift
01.26.2013 e39a001d3ba7f04212d7eb9e1e7cf5b57e6e98f7
opendj-sdk/opends/src/server/org/opends/server/tools/upgrade/UpgradeCli.java
@@ -196,7 +196,7 @@
   *
   * @return {@code true} if the upgrade process is forced.
   */
  public boolean isForceUpgrade()
  private boolean isForceUpgrade()
  {
    return force.isPresent();
  }
@@ -207,7 +207,7 @@
   *
   * @return {@code true} if the errors are forced to be ignored.
   */
  public boolean isIgnoreErrors()
  private boolean isIgnoreErrors()
  {
    return ignoreErrors.isPresent();
  }
@@ -217,7 +217,7 @@
   *
   * @return {@code true} if license is accepted by default.
   */
  public boolean isAcceptLicense()
  private boolean isAcceptLicense()
  {
    return acceptLicense.isPresent();
  }