summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-11-03 13:06:39 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-11-03 13:06:39 (GMT)
commit2271d75139d322607f96526e2584bd5345289fee (patch)
tree40ad1b5083346907666d71cb58c6ae074868ba11 /src/com/isode/stroke/client
parent9405834549b6568b48ac4692c2e2a92def23ef26 (diff)
downloadstroke-2271d75139d322607f96526e2584bd5345289fee.zip
stroke-2271d75139d322607f96526e2584bd5345289fee.tar.bz2
public oversight
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 26317f5..f8ac89e 100644
--- a/src/com/isode/stroke/client/ClientError.java
+++ b/src/com/isode/stroke/client/ClientError.java
@@ -51,7 +51,7 @@ public class ClientError {
type_ = type;
}
- Type getType() {
+ public Type getType() {
return type_;
}
}