Skip to content

Commit 3a8ab82

Browse files
Update CountWords.java
Cleaning the code
1 parent a60cb58 commit 3a8ab82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Others/CountWords.java

Lines changed: 0 additions & 2 deletions
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)