Changeset 8846 in josm for trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java
- Timestamp:
- 2015-10-10T01:40:42+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/widgets/MultiSplitLayout.java
r8840 r8846 1158 1158 } 1159 1159 } else { 1160 throwParseException(st, "unrecognized attribute \"" + name + "\"");1160 throwParseException(st, "unrecognized attribute \"" + name + '\"'); 1161 1161 } 1162 1162 } … … 1213 1213 parseSplit(st, split); 1214 1214 } else { 1215 throwParseException(st, "unrecognized node type '" + nodeType + "'");1215 throwParseException(st, "unrecognized node type '" + nodeType + '\''); 1216 1216 } 1217 1217 }
Note:
See TracChangeset
for help on using the changeset viewer.
