Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Remove unneeded gson reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay Neeman committed Dec 23, 2016
1 parent 75b4ff0 commit 8eae8f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/se/bjurr/prnfb/service/PrnfbRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
import com.atlassian.bitbucket.user.SecurityService;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Supplier;
import com.google.gson.Gson;

import se.bjurr.prnfb.http.ClientKeyStore;
import se.bjurr.prnfb.listener.PrnfbPullRequestAction;
import se.bjurr.prnfb.settings.PrnfbNotification;

public class PrnfbRenderer {
private static final Logger LOG = getLogger(PrnfbRenderer.class);
private static final Gson gson = new Gson();

private final ApplicationUser applicationUser;
private final PrnfbNotification prnfbNotification;
Expand Down

0 comments on commit 8eae8f7

Please sign in to comment.