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

lutoff
16.18.2007 3430570446c05d9b4e2fa08f46a5de2a12649378
Use System.getProperty("line.separator") instead of "\n"
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/resource/DynamicConstants.java.stubs 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/DynamicConstants.java.stubs
@@ -153,5 +153,6 @@
   * A printable version string for this product.
   */
  public static final String PRINTABLE_VERSION_STRING =
       FULL_VERSION_STRING + "\nBuild " + BUILD_ID +"\n";
       FULL_VERSION_STRING + System.getProperty("line.separator") +
       "Build " + BUILD_ID + System.getProperty("line.separator");
}