mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2026-04-20 04:51:51 +03:00
update lab5
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user