mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Fixes spelling in comments and removes compile time warnings
This commit is contained in:
parent
ae1e9e2b6a
commit
c870094f69
7 changed files with 82 additions and 54 deletions
|
@ -39,7 +39,7 @@ public class CookieList {
|
|||
* The pairs are separated by ';'. The names and the values
|
||||
* will be unescaped, possibly converting '+' and '%' sequences.
|
||||
*
|
||||
* To add a cookie to a cooklist,
|
||||
* To add a cookie to a cookie list,
|
||||
* cookielistJSONObject.put(cookieJSONObject.getString("name"),
|
||||
* cookieJSONObject.getString("value"));
|
||||
* @param string A cookie list string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue