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

Jean-Noel Rouvignac
18.00.2015 94e9037522922b67e8af412b4cfe476f5e991118
opendj-server-legacy/src/main/java/org/opends/quicksetup/Constants.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2014 ForgeRock AS
 *      Portions Copyright 2011-2015 ForgeRock AS
 */
package org.opends.quicksetup;
@@ -34,7 +34,7 @@
public class Constants {
  /** Platform appropriate line separator. */
  static public final String LINE_SEPARATOR =
  public static final String LINE_SEPARATOR =
          System.getProperty("line.separator");
  /** HTML line break tag. */