Skip to content

Commit 0cdc5e5

Browse files
committed
Reverted Constructor access to public
1 parent ac65ee0 commit 0cdc5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/json/Cookie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class Cookie {
2020
* @deprecated (Utility class cannot be instantiated)
2121
*/
2222
@Deprecated()
23-
private Cookie() {
23+
public Cookie() {
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)