Skip to content

Commit

Permalink
extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
devinfoley committed Apr 22, 2011
1 parent 0572f0d commit 1b8ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/threetaps/client/Client.java
Expand Up @@ -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)
Expand Down

0 comments on commit 1b8ebaa

Please sign in to comment.