update lab5

This commit is contained in:
BadOfficer 2023-05-29 21:42:19 +03:00
parent e1258c2542
commit fc4a97f8ea
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@ public class Sentence {
System.out.println(word);
}
}
// public static String[] getSortedWordsByFirstLetter() {
//
// return Sentence.getSortedWordsByFirstLetter(sentences);
// }
@Override
public String toString() {
StringBuilder out = new StringBuilder();