~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/pipe/gui/action/EditNoteAction.java

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
public class EditNoteAction extends AbstractAction {
13
13
 
14
 
        private static final long serialVersionUID = -4438126438814153880L;
15
 
        private Note selected;
 
14
        private final Note selected;
16
15
 
17
16
        public EditNoteAction(Note component) {
18
17
                selected = component;