diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-11-03 13:06:39 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-11-03 13:06:39 (GMT) |
commit | 2271d75139d322607f96526e2584bd5345289fee (patch) | |
tree | 40ad1b5083346907666d71cb58c6ae074868ba11 | |
parent | 9405834549b6568b48ac4692c2e2a92def23ef26 (diff) | |
download | stroke-2271d75139d322607f96526e2584bd5345289fee.zip stroke-2271d75139d322607f96526e2584bd5345289fee.tar.bz2 |
public oversight
-rw-r--r-- | src/com/isode/stroke/client/ClientError.java | 2 |
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_; } } |