8080252: java.util.Formatter documentation of %n converter is misleading
Summary: to correct the %n ref to System.lineSeparator()
Reviewed-by: smarks, rriggs
--- 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 @@
*
* <tr><td valign="top">{@code 'n'}
* <td> the platform-specific line separator as returned by {@link
- * System#getProperty System.getProperty("line.separator")}.
+ * System#lineSeparator()}.
*
* </table>
*