mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Made CookieList constructor to private.
This commit is contained in:
@@ -14,7 +14,7 @@ public class CookieList {
|
||||
/**
|
||||
* Constructs a new CookieList object.
|
||||
*/
|
||||
public CookieList() {
|
||||
private CookieList() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user