From 0645ec66e1618ce4b52e56212c79196dd7c5c608 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 17:09:11 +0000 Subject: Begin migration to HttpCore request handler pattern. Delete protocol duplicates left over from last commit. --- src/uk/org/ury/client/Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uk/org/ury/client/Client.java') 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; -- cgit v1.2.3