Skip to content

Commit 8b26753

Browse files
author
Mikael Larsson
committed
Changed package name to be able to coexist.
1 parent 345eb6f commit 8b26753

30 files changed

Lines changed: 41 additions & 41 deletions

CDL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

Cookie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

CookieList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

HTTP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

HTTPTokener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

JSONArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

JSONException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/**
44
* The JSONException is thrown by the JSON.org classes when things are amiss.

JSONML.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2008 JSON.org

JSONObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22

33
/*
44
Copyright (c) 2002 JSON.org

JSONString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.json;
1+
package org.jsonfork;
22
/**
33
* The <code>JSONString</code> interface allows a <code>toJSONString()</code>
44
* method so that a class can change the behavior of

0 commit comments

Comments
 (0)