Added missing Javadocs for Java 21

This commit is contained in:
Valentyn Kolesnikov
2024-02-18 04:20:33 +02:00
parent 77c899d325
commit 86253211c2
9 changed files with 51 additions and 0 deletions

View File

@@ -11,6 +11,12 @@ Public Domain.
*/
public class CookieList {
/**
* Constructs a new CookieList object.
*/
public CookieList() {
}
/**
* Convert a cookie list into a JSONObject. A cookie list is a sequence
* of name/value pairs. The names are separated from the values by '='.