We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898c4a4 commit c86c289Copy full SHA for c86c289
api/src/test/java/org/asynchttpclient/async/AbstractBasicHttpsTest.java
@@ -27,9 +27,6 @@
27
28
public abstract class AbstractBasicHttpsTest extends AbstractBasicTest {
29
protected static final Logger LOGGER = LoggerFactory.getLogger(AbstractBasicHttpsTest.class);
30
- protected Server server;
31
- protected int port1;
32
- protected int port2;
33
34
@BeforeClass(alwaysRun = true)
35
public void setUpGlobal() throws Exception {
0 commit comments