Merge pull request #10 from artemisart/clean

Fix typo  and Clean up.
This commit is contained in:
Laurent Clouet
2015-01-18 00:08:41 +01:00
5 changed files with 19 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
private HashMap<String, String> pages;
private Log log;
private long lastRequestTime;
private int keepmealive_duration; // time is ms
private int keepmealive_duration; // time in ms
public Server(String url_, Configuration user_config_, Client client_) {
super();