~yrke/tapaal/removeNetType

« back to all changes in this revision

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

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import dk.aau.cs.model.tapn.TimedArcPetriNet;
10
10
 
11
11
public class RenameTemplateCommand extends Command {
12
 
        private TemplateExplorer templateExplorer;
13
 
        private TimedArcPetriNet tapn;
14
 
        private String oldName;
15
 
        private String newName;
 
12
        private final TemplateExplorer templateExplorer;
 
13
        private final TimedArcPetriNet tapn;
 
14
        private final String oldName;
 
15
        private final String newName;
16
16
        private final TabContent tab;
17
17
 
18
18
        public RenameTemplateCommand(TemplateExplorer templateExplorer, TabContent tab,