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

Remove executable permission bit from file mode

This commit is contained in:
Siyuan Ren 2015-12-09 01:50:59 +00:00
parent 39e3ccc671
commit 23cf659730
14 changed files with 12 additions and 12 deletions

2
JSONException.java Executable file → Normal file
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 2015-10-18
* @version 2015-12-09
*/
public class JSONException extends RuntimeException {
/** Serialization ID */