From 1b8ebaacff721dec73cbe6ff75d3d86639bf1334 Mon Sep 17 00:00:00 2001 From: Devin Foley Date: Fri, 22 Apr 2011 15:55:10 -0700 Subject: [PATCH] extra semicolon --- src/com/threetaps/client/Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/threetaps/client/Client.java b/src/com/threetaps/client/Client.java index bf38486..c801f59 100644 --- a/src/com/threetaps/client/Client.java +++ b/src/com/threetaps/client/Client.java @@ -35,7 +35,7 @@ public abstract class Client { protected String baseURL; protected int port; - private HttpClient httpClient = new DefaultHttpClient();; + private HttpClient httpClient = new DefaultHttpClient(); protected Gson gson = new GsonBuilder().setDateFormat(Constants.DATE_FORMAT) .excludeFieldsWithModifiers(Modifier.TRANSIENT)