Bug fix
This commit is contained in:
@@ -8,13 +8,4 @@ import org.openautonomousconnection.protocol.versions.ProtocolVersion;
|
||||
*/
|
||||
@ProtocolInfo(protocolSide = ProtocolVersion.ProtocolSide.CLIENT)
|
||||
public class ProtocolWebClient extends ProtocolClient {
|
||||
/**
|
||||
* Initializes the ProtocolClient, setting up certificate folders and the INS client connection.
|
||||
*
|
||||
* @param insHost
|
||||
* @param insPort
|
||||
*/
|
||||
public ProtocolWebClient(String insHost, int insPort) {
|
||||
super(insHost, insPort);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user