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