mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Added missing Javadocs for Java 21
This commit is contained in:
@@ -15,6 +15,12 @@ Public Domain.
|
||||
*/
|
||||
public class Cookie {
|
||||
|
||||
/**
|
||||
* Constructs a new Cookie object.
|
||||
*/
|
||||
public Cookie() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Produce a copy of a string in which the characters '+', '%', '=', ';'
|
||||
* and control characters are replaced with "%hh". This is a gentle form
|
||||
|
||||
Reference in New Issue
Block a user