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

lutoff
16.18.2007 02090cffa9ec4a199b01d2018dd61272ce6ca8f0
Use System.getProperty("line.separator") instead of "\n"
1 files modified
3 ■■■■ changed files
opends/resource/DynamicConstants.java.stubs 3 ●●●● patch | view | raw | blame | history
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");
}