Skip to content

Commit ede4d69

Browse files
committed
feat: Comparator Using Lambda Expression
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent f9e10e9 commit ede4d69

File tree

1 file changed

+1
-1
lines changed
  • Java 8 Crash Course/Lambda Expression/Comparator Using Lambda Expression/src

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public class Main {
22
public static void main(String[] args) {
3-
System.out.println("This section is about the comparator using lambda expression.");
3+
System.out.println("This section is all about the comparator using lambda expression.");
44
}
55
}

0 commit comments

Comments
 (0)