Changeset 34652 in osm for applications/editors/josm/plugins/seachart/src/s57/S57obj.java
- Timestamp:
- 2018-09-15T13:50:24+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57obj.java
r32907 r34652 163 163 164 164 public static Obj enumType(String type) { // Convert OSM object string to SCM object enumeration 165 if ( (type != null)&& !type.isEmpty() &&(StrObj.containsKey(type)))165 if (type != null && !type.isEmpty() && StrObj.containsKey(type)) 166 166 return StrObj.get(type); 167 167 else
Note:
See TracChangeset
for help on using the changeset viewer.
