summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGurmeen Bindra <gurmeen.bindra@isode.com>2012-08-22 08:48:00 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-08-22 09:27:36 (GMT)
commit9aadfc5914392368c62219dc4f81689031f6a1fa (patch)
treeaf64c01292db7023715e3f6108f7f49ac5ce9c99 /src/com/isode/stroke/client
parentef3a184261c2df7bcf5c8ab155915cf2521e04f1 (diff)
downloadstroke-9aadfc5914392368c62219dc4f81689031f6a1fa.zip
stroke-9aadfc5914392368c62219dc4f81689031f6a1fa.tar.bz2
Increase visibility of Client Error Type
In order to make it available to clients. Test-information: tested using an XMPP Admin tool to display connection type error
Diffstat (limited to 'src/com/isode/stroke/client')
-rw-r--r--src/com/isode/stroke/client/ClientError.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/isode/stroke/client/ClientError.java b/src/com/isode/stroke/client/ClientError.java
index f8ac89e..0981781 100644
--- a/src/com/isode/stroke/client/ClientError.java
+++ b/src/com/isode/stroke/client/ClientError.java
@@ -15,7 +15,7 @@ public class ClientError {
private final Type type_;
- enum Type {
+ public enum Type {
UnknownError,
DomainNameResolveError,