diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-09-21 16:34:43 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-09-21 16:34:43 (GMT) |
commit | db2202a586a56842a32a9f22c6348d6d1ec5bce4 (patch) | |
tree | b2a26f1b4af8a431c8607d4c8588f8f5b4e98f2b /src/com | |
parent | d718c0b3c2b5195ce2e88080f5e06090b4884c2f (diff) | |
download | stroke-db2202a586a56842a32a9f22c6348d6d1ec5bce4.zip stroke-db2202a586a56842a32a9f22c6348d6d1ec5bce4.tar.bz2 |
UseTLS needs to be public
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/isode/stroke/client/ClientOptions.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/isode/stroke/client/ClientOptions.java b/src/com/isode/stroke/client/ClientOptions.java index 10dc8b3..7a7e47e 100644 --- a/src/com/isode/stroke/client/ClientOptions.java +++ b/src/com/isode/stroke/client/ClientOptions.java @@ -13,7 +13,7 @@ package com.isode.stroke.client; */ public class ClientOptions { - enum UseTLS { + public enum UseTLS { NeverUseTLS, UseTLSWhenAvailable |