mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-20 00:00:59 -04:00
Deprecated public constructors instead of making it private.
This commit is contained in:
@@ -14,7 +14,8 @@ public class CookieList {
|
||||
/**
|
||||
* Constructs a new CookieList object.
|
||||
*/
|
||||
private CookieList() {
|
||||
@Deprecated
|
||||
public CookieList() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user