class diagram edited
Class Text added
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
public class Text {
|
||||||
|
|
||||||
|
private ArrayList<String> text = new ArrayList<>();
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user