Fixed bugs in TextLogic Commands Replace and Del
This commit is contained in:
@@ -48,7 +48,6 @@ public class Text {
|
||||
*
|
||||
* @return returns a ArrayList<String> with all paragraphs inside.
|
||||
*/
|
||||
|
||||
public ArrayList<String> getText() {
|
||||
return text;
|
||||
}
|
||||
|
||||
+10
-4
@@ -1,9 +1,15 @@
|
||||
/**
|
||||
* MainKlasse TextEditor
|
||||
*/
|
||||
public class TextEditor {
|
||||
|
||||
|
||||
/**
|
||||
* Run Methode
|
||||
* <p>
|
||||
* Startet das Programm auf
|
||||
*
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
TextLogik t = new TextLogik();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user