mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Reverted Constructor access to public
This commit is contained in:
@@ -20,7 +20,7 @@ public class Cookie {
|
|||||||
* @deprecated (Utility class cannot be instantiated)
|
* @deprecated (Utility class cannot be instantiated)
|
||||||
*/
|
*/
|
||||||
@Deprecated()
|
@Deprecated()
|
||||||
private Cookie() {
|
public Cookie() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user