Skip to content

Commit

Permalink
Merge pull request MLSA-MUET-SZAB-Club-Khairpur-Mir-s#89 from hasnain…
Browse files Browse the repository at this point in the history
…k02/patch-3

Update EndsWithExample.java
  • Loading branch information
JameelAli703 authored Oct 9, 2022
2 parents 4f68d8a + 5f11a90 commit 568c65c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Java/EndsWithExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
*
*/
public class EndsWithExample {

/*
* EndsWithExample
/*
public boolean endsWith(String suffix) {
return startsWith(suffix, value.length - suffix.value.length);
}
Expand Down

0 comments on commit 568c65c

Please sign in to comment.