~yrke/tapaal/removeNetType

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        ArcPath arcPath;
20
20
        ArcPathPoint point;
21
21
        Integer index;
22
 
        private DataLayer guiModel;
 
22
        private final DataLayer guiModel;
23
23
 
24
24
        /** Creates a new instance of placeWeightEdit */
25
25
        public DeleteArcPathPointEdit(Arc _arc, ArcPathPoint _point, Integer _index, DataLayer guiModel) {