File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ftp/src/test/java/ch/cyberduck/core/ftp
webdav/src/test/java/ch/cyberduck/core/dav Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060
6161public class AbstractFTPTest {
6262
63- private static final int PORT_NUMBER = ThreadLocalRandom .current ().nextInt (2000 , 3000 );
63+ private final int PORT_NUMBER = ThreadLocalRandom .current ().nextInt (2000 , 3000 );
6464
6565 protected FTPSession session ;
6666
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public class AbstractDAVTest extends VaultTest {
8989 protected DAVSession session ;
9090
9191 private SimpletonServer server ;
92- private static final int PORT_NUMBER = ThreadLocalRandom .current ().nextInt (2000 , 3000 );
92+ private final int PORT_NUMBER = ThreadLocalRandom .current ().nextInt (2000 , 3000 );
9393
9494 @ Parameterized .Parameters (name = "vaultVersion = {0}" )
9595 public static Object [] data () {
You can’t perform that action at this time.
0 commit comments