Skip to content

Commit 2a147d7

Browse files
authored
Update MainTestable.java
1 parent 5496578 commit 2a147d7

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)