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 {