~tapaal-contributor/tapaal/autodetect-lens-check2

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/gui/undo/SortConstantsCommand.java

merged in lp:~yrke/tapaal/evenMore-gui-cleanup doing GUI cleanup and fixing memory access check, about menu in Mac, exception in verification and reenabled quick draw

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
public class SortConstantsCommand extends Command{
8
8
        
9
 
        TabContent tabContent;
10
 
        ConstantsPane constantsPane;
 
9
        final TabContent tabContent;
 
10
        final ConstantsPane constantsPane;
11
11
        Constant[] oldOrder;
12
12
        
13
13
        public SortConstantsCommand(TabContent tabContent, ConstantsPane constantsPane) {