Mercurial > hg > monetdb-java
comparison tests/TLSTester.java @ 917:c2164decf7f1
Add final to classes
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 24 Jul 2024 19:19:15 +0200 (9 months ago) |
parents | 06f532009fda |
children | d416e9b6b3d0 |
comparison
equal
deleted
inserted
replaced
916:2ec67179aa32 | 917:c2164decf7f1 |
---|---|
23 import java.sql.SQLException; | 23 import java.sql.SQLException; |
24 import java.util.HashMap; | 24 import java.util.HashMap; |
25 import java.util.HashSet; | 25 import java.util.HashSet; |
26 import java.util.Properties; | 26 import java.util.Properties; |
27 | 27 |
28 public class TLSTester { | 28 public final class TLSTester { |
29 final HashMap<String, File> fileCache = new HashMap<>(); | 29 final HashMap<String, File> fileCache = new HashMap<>(); |
30 int verbose = 0; | 30 int verbose = 0; |
31 String serverHost = null; | 31 String serverHost = null; |
32 String altHost = null; | 32 String altHost = null; |
33 int serverPort = -1; | 33 int serverPort = -1; |