Skip to content

Commit 1de42aa

Browse files
committed
Made CookieList constructor to private.
1 parent c13b57c commit 1de42aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/json/CookieList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class CookieList {
1414
/**
1515
* Constructs a new CookieList object.
1616
*/
17-
public CookieList() {
17+
private CookieList() {
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)