~tapaal-contributor/tapaal/display-shared-places-transitions-1879126

« back to all changes in this revision

Viewing changes to src/pipe/gui/undo/RemoveQueriesCommand.java

merged in lp:~yrke/tapaal/testbranch-syntaxOnlyChanges only reformating, no semantic changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
public class RemoveQueriesCommand extends Command {
10
10
        
11
 
        private List<TAPNQuery> queriesToRemove;
12
 
        private TabContent tabContent;
 
11
        private final List<TAPNQuery> queriesToRemove;
 
12
        private final TabContent tabContent;
13
13
 
14
14
 
15
15
        public RemoveQueriesCommand(List<TAPNQuery> QueriesToRemove, TabContent TabContent) {