You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/04/11 16:45:00 UTC

[3/3] cxf-fediz git commit: Checkstyle fix

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 <co...@apache.org>
Authored: Mon Apr 11 15:44:46 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
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;