1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

fixes file date

This commit is contained in:
John Aylward 2015-10-14 00:41:38 -04:00
parent 1b06a802cf
commit 1448163981

View file

@ -4,7 +4,7 @@ package org.json;
* The JSONException is thrown by the JSON.org classes when things are amiss.
*
* @author JSON.org
* @version 2014-05-03
* @version 2015-10-14
*/
public class JSONException extends RuntimeException {
/** Serialization ID */