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

« back to all changes in this revision

Viewing changes to src/pipe/gui/undo/AddTemplateCommand.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:
5
5
import dk.aau.cs.gui.undo.Command;
6
6
 
7
7
public class AddTemplateCommand extends Command {
8
 
        protected Template template;
 
8
        protected final Template template;
9
9
        protected final TemplateExplorer templateExplorer;
10
10
        private final int listIndex;
11
11