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

« back to all changes in this revision

Viewing changes to src/pipe/gui/action/EditAnnotationBorderAction.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:
13
13
 
14
14
public class EditAnnotationBorderAction extends AbstractAction {
15
15
 
16
 
        private static final long serialVersionUID = -2849415077610764209L;
17
 
        private AnnotationNote selected;
 
16
        private final AnnotationNote selected;
18
17
 
19
18
        public EditAnnotationBorderAction(AnnotationNote component) {
20
19
                selected = component;