Skip to content

Commit c34bc72

Browse files
authored
Update Java Substring Comparisons.java
1 parent 397f849 commit c34bc72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Strings/Java Substring Comparisons.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* *
2-
* Author: Tonmoy Mondal
3-
* URL: https://qinetique.github.io
2+
* Author: Pavith Bambaravanage
3+
* URL: https://github.com/Pavith19
44
* */
55

66
/*JAVA-7*/
@@ -41,4 +41,4 @@ public static void main(String[] args) {
4141

4242
System.out.println(getSmallestAndLargest(s, k));
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)