reformat code
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ public class Text {
|
||||
String[] words = text.get(i).trim().toLowerCase().split("[. ,:?!\"'-]+");
|
||||
for (String word : words) {
|
||||
//Words get formatted consistently
|
||||
if(word.length()>0){
|
||||
if (word.length() > 0) {
|
||||
counter = 1;
|
||||
firstLetter = word.substring(0, 1);
|
||||
restLetters = word.substring(1);
|
||||
|
||||
Reference in New Issue
Block a user