- Timestamp:
- 2016-06-09T10:58:26+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java
r10308 r10347 56 56 57 57 /** 58 * InvalidSelection exception has to be raised when action can't be perform 59 */ 60 privatestatic class InvalidSelection extends Exception {58 * InvalidSelection exception has to be raised when action can't be performed 59 */ 60 static class InvalidSelection extends Exception { 61 61 62 62 /** … … 69 69 /** 70 70 * Create an InvalidSelection exception with specific message 71 * @param msg Message that will be display to the user 71 * @param msg Message that will be displayed to the user 72 72 */ 73 73 InvalidSelection(String msg) { … … 343 343 * Class that represent a line 344 344 */ 345 privatestatic class Line {345 static class Line { 346 346 347 347 /**
Note:
See TracChangeset
for help on using the changeset viewer.