aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/client/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/uk/org/ury/client/Client.java')
-rw-r--r--src/uk/org/ury/client/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uk/org/ury/client/Client.java b/src/uk/org/ury/client/Client.java
index 69a095a..5b8be62 100644
--- a/src/uk/org/ury/client/Client.java
+++ b/src/uk/org/ury/client/Client.java
@@ -22,10 +22,10 @@ public class Client {
* server.
*
* @return The response from the server, as a key-value map.
+ *
* @throws DecodeFailureException
* if the decode failed.
*/
-
public Map<?, ?> get(String file) throws DecodeFailureException {
URL url = null;
URLConnection uc = null;