Skip to content

Commit 3a2b7df

Browse files
authored
Merge pull request #15 from lucproglangcourse/main
added inline comment
2 parents c96b440 + 2c217d5 commit 3a2b7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/edu/luc/cs/consoleapp/MainTestable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static void main(final String[] args) {
3131

3232
final var input = new Scanner(System.in).useDelimiter("(?U)[^\\p{Alpha}0-9']+");
3333
// a handler instance that sends updates to the console
34+
// (the anonymous lambda implements the sole `accept` method)
3435
final OutputHandler outputToConsole =
3536
value -> {
3637
System.out.println(value);

0 commit comments

Comments
 (0)