Checkstyle fix
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/e106d24e Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/e106d24e Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/e106d24e Branch: refs/heads/master Commit: e106d24ecb5927b901714a242590f6c6fce4cfbf Parents: 768a385 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Apr 11 15:44:46 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Apr 11 15:44:46 2016 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/cxf/fediz/samlsso/example/SamlSso.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e106d24e/systests/federation/samlIdpWebapp/src/main/java/org/apache/cxf/fediz/samlsso/example/SamlSso.java ---------------------------------------------------------------------- diff --git a/systests/federation/samlIdpWebapp/src/main/java/org/apache/cxf/fediz/samlsso/example/SamlSso.java b/systests/federation/samlIdpWebapp/src/main/java/org/apache/cxf/fediz/samlsso/example/SamlSso.java index 34db1cd..4adfcc8 100644 --- a/systests/federation/samlIdpWebapp/src/main/java/org/apache/cxf/fediz/samlsso/example/SamlSso.java +++ b/systests/federation/samlIdpWebapp/src/main/java/org/apache/cxf/fediz/samlsso/example/SamlSso.java @@ -20,7 +20,6 @@ package org.apache.cxf.fediz.samlsso.example; -import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader;
