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

whitespace

This commit is contained in:
Douglas Crockford 2012-11-13 14:47:30 -08:00
parent 8200ac2994
commit 07d11da18d

View file

@ -28,7 +28,7 @@ SOFTWARE.
* The HTTPTokener extends the JSONTokener to provide additional methods * The HTTPTokener extends the JSONTokener to provide additional methods
* for the parsing of HTTP headers. * for the parsing of HTTP headers.
* @author JSON.org * @author JSON.org
* @version 2010-12-24 * @version 2012-11-13
*/ */
public class HTTPTokener extends JSONTokener { public class HTTPTokener extends JSONTokener {