This commit is contained in:
2025-09-29 18:36:25 +02:00
parent 4cdfbf9665
commit 244bc7f681
2 changed files with 1 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public final class AuthPacket extends OACPacket {
File privateFolder = new File(certificatesFolder, "private"); File privateFolder = new File(certificatesFolder, "private");
File privateCAFolder = new File(privateFolder, "ca"); File privateCAFolder = new File(privateFolder, "ca");
File privateServerFolder = new File(privateFolder, "server"); File privateServerFolder = new File(privateFolder, "server");
// Registration Constructor
public AuthPacket() { public AuthPacket() {
super(4, ProtocolVersion.PV_1_0_0_BETA); super(4, ProtocolVersion.PV_1_0_0_BETA);
} }

View File

@@ -156,7 +156,6 @@ public final class Domain implements Serializable {
/** /**
* Returns a string representation of the domain, including its protocol, subname, name, top-level name, path, query, and fragment. * Returns a string representation of the domain, including its protocol, subname, name, top-level name, path, query, and fragment.
* @return a string representation of the domain.
*/ */
public static class DefaultDomains { public static class DefaultDomains {
public static final Domain DNS_INFO_SITE = new Domain("oac://about.oac/"); public static final Domain DNS_INFO_SITE = new Domain("oac://about.oac/");