This commit is contained in:
2025-09-29 18:30:30 +02:00
parent df277763cf
commit 4cdfbf9665

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* This class is deprecated and users are encouraged to use the Domain class instead. * This class is deprecated and users are encouraged to use the Domain class instead.
*/ */
@Deprecated(forRemoval = false, since = "1.0.0-BETA.3") @Deprecated(forRemoval = false, since = "1.0.0-BETA.3")
public final class Classic_Domain implements Serializable { public class Classic_Domain implements Serializable {
/** /**
* The name of the domain (e.g., "example" in "example.com"). * The name of the domain (e.g., "example" in "example.com").