diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-02-17 20:45:28 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-02-17 20:45:28 +0530 |
| commit | 36f19c62c2266973818908a10d7962f055714db2 (patch) | |
| tree | 2ca9ac107e458c48e57aed807be1b708d6c1d060 /History.java | |
| parent | 6186556a8424a636fd55ef1d5fe4aabebdbe2c49 (diff) | |
add build script
Diffstat (limited to 'History.java')
| -rw-r--r-- | History.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/History.java b/History.java deleted file mode 100644 index ef2807b..0000000 --- a/History.java +++ /dev/null @@ -1,17 +0,0 @@ -import java.util.Vector; - -public class History { - private Vector<String> hist; - - History() { - hist = new Vector<String>(); - } - - public void clearHistory() { - hist.clear(); - } - - public Vector<String> getHistory() { - return hist; - } -} |
