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
JSONObject.java Executable file → Normal file
View File

@@ -92,7 +92,7 @@ import java.util.Set;
* </ul>
*
* @author JSON.org
* @version 2015-12-05
* @version 2015-12-09
*/
public class JSONObject {
/**