Updated to latest Protocol Version

This commit is contained in:
Finn
2026-02-01 19:06:45 +01:00
parent 77eb54afc2
commit fce45566fb
4 changed files with 36 additions and 7 deletions

View File

@@ -29,8 +29,8 @@ public final class DatabaseINSServer extends ProtocolINSServer {
* @throws IOException If the base server initialization fails.
* @throws CertificateException If required certificate files are missing or invalid.
*/
public DatabaseINSServer(String insInfoSite, String insFrontendSite, int tcpPort, int udpPort, String jdbcUrl, String jdbcUser, String jdbcPassword) throws Exception {
super(insInfoSite, insFrontendSite, tcpPort, udpPort);
public DatabaseINSServer(String insInfoSite, String insFrontendSite, String jdbcUrl, String jdbcUser, String jdbcPassword) throws Exception {
super(insInfoSite, insFrontendSite);
this.jdbcUrl = jdbcUrl;
this.jdbcUser = jdbcUser;