Reverted Constructor access to public

This commit is contained in:
md-yasir
2025-10-25 20:51:50 +05:30
parent ac65ee0490
commit 0cdc5e5170

View File

@@ -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() {
} }
/** /**