Skip to content

Commit e003db5

Browse files
committed
delete clear revert
1 parent a4f951b commit e003db5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/ui/helper/historyui/HistoryUI.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class HistoryUI extends JFrame
3838
private Stack<ArrayList> delete_history;
3939

4040
/*
41-
* Setup class finders
41+
* Setup historyUI
4242
*/
4343
public HistoryUI(String[] titles) {
4444

@@ -146,9 +146,8 @@ public void insert(HistoryDataObject e){
146146

147147

148148
/*
149-
* remove several selected rows from table
149+
* remove several selected rows from table and stores them into stack
150150
* param: an array of rows number to be removed
151-
* return an ArrayList contains a list of indices and corresponding data
152151
*/
153152
@SuppressWarnings({ "rawtypes", "unchecked" })
154153
public void removeSeveralRows(int[] indices){

0 commit comments

Comments
 (0)