From 3a8ab829a8ac2171f492ecf05a3b4ccd05423cfb Mon Sep 17 00:00:00 2001 From: UntouchedOdin0 Date: Wed, 23 Oct 2019 21:30:19 +0100 Subject: [PATCH] Update CountWords.java Cleaning the code --- Others/CountWords.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Others/CountWords.java b/Others/CountWords.java index 5dc63755..f1caf9a8 100644 --- a/Others/CountWords.java +++ b/Others/CountWords.java @@ -44,7 +44,5 @@ public class CountWords { } s = sb.toString(); return s.trim().split("[\\s]+").length; - } - }