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)