From 1448163981d7d81aacae15ddb2ff164947def02d Mon Sep 17 00:00:00 2001 From: John Aylward Date: Wed, 14 Oct 2015 00:41:38 -0400 Subject: [PATCH] fixes file date --- JSONException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONException.java b/JSONException.java index 2463d96..8503e35 100755 --- a/JSONException.java +++ b/JSONException.java @@ -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 */