Changeset 33175 in osm for applications/editors


Ignore:
Timestamp:
2017-03-05T16:05:58+01:00 (7 years ago)
Author:
donvip
Message:

fix errors with error_prone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java

    r32620 r33175  
    7878                break;
    7979
     80            default:
     81                break;
    8082        }
    8183
     
    128130                }
    129131                break;
    130         }
    131 
    132         //all vaild paths end with return; reaching this indicates an invalid tag
     132
     133            default:
     134                break;
     135        }
     136
     137        //all valid paths end with return; reaching this indicates an invalid tag
    133138        throw new SAXException(tr("Invalid closing xml tag </{0}> in state {1}", name, state));
    134139    }
Note: See TracChangeset for help on using the changeset viewer.