Changeset 23191 in osm for applications/editors/josm/plugins/livegps/src/org/json/JSONException.java
- Timestamp:
- 2010-09-15T18:56:19+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/org/json/JSONException.java
r21622 r23191 8 8 public class JSONException extends Exception { 9 9 /** 10 11 12 13 10 * 11 */ 12 private static final long serialVersionUID = 0; 13 private Throwable cause; 14 14 15 15 /**
Note:
See TracChangeset
for help on using the changeset viewer.