Skip to content

Commit c86c289

Browse files
author
Stephane Landelle
committed
Minor clean up
1 parent 898c4a4 commit c86c289

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/src/test/java/org/asynchttpclient/async/AbstractBasicHttpsTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727

2828
public abstract class AbstractBasicHttpsTest extends AbstractBasicTest {
2929
protected static final Logger LOGGER = LoggerFactory.getLogger(AbstractBasicHttpsTest.class);
30-
protected Server server;
31-
protected int port1;
32-
protected int port2;
3330

3431
@BeforeClass(alwaysRun = true)
3532
public void setUpGlobal() throws Exception {

0 commit comments

Comments
 (0)