OpenJDK / amber / amber
changeset 10360:d1a6fafde2fa
7082231: Put a @since 1.7 on System.lineSeparator
Reviewed-by: mduigou
author | darcy |
---|---|
date | Tue, 23 Aug 2011 16:35:05 -0700 |
parents | 2eff81585f6b |
children | b089baaa1d3e |
files | jdk/src/share/classes/java/lang/System.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/java/lang/System.java Tue Aug 23 10:35:50 2011 -0700 +++ b/jdk/src/share/classes/java/lang/System.java Tue Aug 23 16:35:05 2011 -0700 @@ -632,6 +632,7 @@ * * <p>On UNIX systems, it returns {@code "\n"}; on Microsoft * Windows systems it returns {@code "\r\n"}. + * @since 1.7 */ public static String lineSeparator() { return lineSeparator;