Updated to latest Protocol Version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user