Skip to content

Commit 252364b

Browse files
authored
Merge pull request TheAlgorithms#1123 from UntouchedOdin0/patch-6
Update CountWords.java
2 parents 97cc89c + 3a8ab82 commit 252364b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Others/CountWords.java

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ private static int secondaryWordCount(String s) {
4444
}
4545
s = sb.toString();
4646
return s.trim().split("[\\s]+").length;
47-
4847
}
49-
5048
}

0 commit comments

Comments
 (0)