Changeset 10347 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-06-09T10:58:26+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - add unit test to see if squid:S1244 can be safely disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java

    r10308 r10347  
    5656
    5757    /**
    58      * InvalidSelection exception has to be raised when action can't be perform
    59      */
    60     private static class InvalidSelection extends Exception {
     58     * InvalidSelection exception has to be raised when action can't be performed
     59     */
     60    static class InvalidSelection extends Exception {
    6161
    6262        /**
     
    6969        /**
    7070         * 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
    7272         */
    7373        InvalidSelection(String msg) {
     
    343343     * Class that represent a line
    344344     */
    345     private static class Line {
     345    static class Line {
    346346
    347347        /**
Note: See TracChangeset for help on using the changeset viewer.