~yrke/tapaal/removeNetType

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
public class DeleteAnnotationNoteCommand extends Command {
8
8
 
9
 
    private AnnotationNote note;
10
 
    private DataLayer model;
 
9
    private final AnnotationNote note;
 
10
    private final DataLayer model;
11
11
 
12
12
    public DeleteAnnotationNoteCommand(AnnotationNote note, DataLayer model){
13
13
        this.note = note;