BAEL-3587: Corrected mis-numbering in comments.

This commit is contained in:
Justin Albano 2020-03-24 19:57:56 -04:00
parent 7ad1542856
commit f239c41f5f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class AddingNewLineToString {
rhyme = line1 + System.getProperty("line.separator") + line2;
System.out.println(rhyme);
//6. Using %n
//7. Using %n
System.out.println("7. Using %n");
rhyme = "Humpty Dumpty sat on a wall.%nHumpty Dumpty had a great fall.";
System.out.println(rhyme);