# HG changeset patch # User sherman # Date 1438898191 0 # Node ID c02e2d8c7f9f5aebb2e50032be0e4955649d2bfb # Parent 67cb76150baa06bd511cef61c24c7447a6f9aa47 8080252: java.util.Formatter documentation of %n converter is misleading Summary: to correct the %n ref to System.lineSeparator() Reviewed-by: smarks, rriggs diff -r 67cb76150baa -r c02e2d8c7f9f jdk/src/java.base/share/classes/java/util/Formatter.java --- a/jdk/src/java.base/share/classes/java/util/Formatter.java Thu Aug 06 12:35:59 2015 -0700 +++ b/jdk/src/java.base/share/classes/java/util/Formatter.java Thu Aug 06 21:56:31 2015 +0000 @@ -1772,7 +1772,7 @@ * * {@code 'n'} * the platform-specific line separator as returned by {@link - * System#getProperty System.getProperty("line.separator")}. + * System#lineSeparator()}. * * *