update lab5
This commit is contained in:
parent
e1258c2542
commit
fc4a97f8ea
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue