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

Jean-Noël Rouvignac
20.36.2016 2a3158aad80fc910b83336485b3e545dea50066c
opendj-server-legacy/src/main/java/org/opends/quicksetup/JavaArguments.java
@@ -27,9 +27,7 @@
import static org.forgerock.util.Utils.*;
import static org.opends.messages.QuickSetupMessages.*;
/**
 * A class used to describe the java arguments for a given command-line.
 */
/** A class used to describe the java arguments for a given command-line. */
public class JavaArguments
{
  private int maxMemory = -1;
@@ -99,7 +97,6 @@
    this.additionalArguments = additionalArguments;
  }
  /** {@inheritDoc} */
  @Override
  public boolean equals(Object o)
  {
@@ -117,7 +114,6 @@
    return false;
  }
  /** {@inheritDoc} */
  @Override
  public int hashCode()
  {
@@ -129,7 +125,6 @@
    return hashCode;
  }
  /** {@inheritDoc} */
  @Override
  public String toString()
  {