~yrke/tapaal/removeNetType

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
public class MakeTransitionNewSharedMultiCommand extends Command {
14
14
        private final String newSharedName;
15
 
        private Context context;
16
 
        private Transition transition;
 
15
        private final Context context;
 
16
        private final Transition transition;
17
17
        private Command command;
18
 
        private List<Command> commands = new ArrayList<Command>();
 
18
        private final List<Command> commands = new ArrayList<Command>();
19
19
 
20
20
 
21
21