Skip to content

Commit f0403a4

Browse files
author
Yadira Cervantes
committed
Added javadocs to isUnique()
1 parent 7979ba3 commit f0403a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Main.java

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ public static void main(String[] args) {
55
System.out.println(result);
66
}
77

8+
/**
9+
* isUnique checks if every character in a string is unique
10+
* @param text
11+
* @return
12+
*/
813
public static boolean isUnique(String text) {
914
return false;
1015
}

0 commit comments

Comments
 (0)