Repository: jclouds Updated Branches: refs/heads/master 530dbd3de -> e0e3519ed
Fix checkstyle Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e0e3519e Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e0e3519e Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e0e3519e Branch: refs/heads/master Commit: e0e3519ed8397aa5697679f383cfdad5604480b3 Parents: 530dbd3 Author: Ignasi Barrera <[email protected]> Authored: Mon Oct 23 12:07:42 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Mon Oct 23 12:07:42 2017 +0200 ---------------------------------------------------------------------- .../profitbricks/http/parser/nic/BaseNicResponseHandler.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/e0e3519e/providers/profitbricks/src/main/java/org/jclouds/profitbricks/http/parser/nic/BaseNicResponseHandler.java ---------------------------------------------------------------------- diff --git a/providers/profitbricks/src/main/java/org/jclouds/profitbricks/http/parser/nic/BaseNicResponseHandler.java b/providers/profitbricks/src/main/java/org/jclouds/profitbricks/http/parser/nic/BaseNicResponseHandler.java index 0a28389..7c9bbf1 100644 --- a/providers/profitbricks/src/main/java/org/jclouds/profitbricks/http/parser/nic/BaseNicResponseHandler.java +++ b/providers/profitbricks/src/main/java/org/jclouds/profitbricks/http/parser/nic/BaseNicResponseHandler.java @@ -19,8 +19,6 @@ package org.jclouds.profitbricks.http.parser.nic; import java.util.ArrayList; import java.util.List; -import com.google.inject.Inject; - import org.jclouds.profitbricks.domain.Nic; import org.jclouds.profitbricks.domain.ProvisioningState; import org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler;
