Made CookieList constructor to private.

This commit is contained in:
md-yasir
2025-10-23 22:37:00 +05:30
parent c13b57ca26
commit 1de42aa4fd

View File

@@ -14,7 +14,7 @@ public class CookieList {
/** /**
* Constructs a new CookieList object. * Constructs a new CookieList object.
*/ */
public CookieList() { private CookieList() {
} }
/** /**