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:
parent
39e3ccc671
commit
23cf659730
14 changed files with 12 additions and 12 deletions
2
JSONWriter.java
Executable file → Normal file
2
JSONWriter.java
Executable file → Normal file
|
@ -54,7 +54,7 @@ SOFTWARE.
|
|||
* <p>
|
||||
* This can sometimes be easier than using a JSONObject to build a string.
|
||||
* @author JSON.org
|
||||
* @version 2011-11-24
|
||||
* @version 2015-12-09
|
||||
*/
|
||||
public class JSONWriter {
|
||||
private static final int maxdepth = 200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue