< prev index next >

src/jdk.crypto.pkcs11/share/classes/sun/security/pkcs11/wrapper/Constants.java

Print this page

        

@@ -56,10 +56,10 @@
  * @author Karl Scheibelhofer <Karl.Scheibelhofer@iaik.at>
  * @author Martin Schlaeffer <schlaeff@sbox.tugraz.at>
  */
 public class Constants {
 
-    public static final String NEWLINE = System.getProperty("line.separator");
+    public static final String NEWLINE = System.lineSeparator();
 
     public static final String INDENT = "  ";
 
 }
< prev index next >