Fixing checkstyle


git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk@1876038 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/xml/security/test/stax/utils/TestUtils.java b/src/test/java/org/apache/xml/security/test/stax/utils/TestUtils.java
index 6aab27d..96fa9f3 100644
--- a/src/test/java/org/apache/xml/security/test/stax/utils/TestUtils.java
+++ b/src/test/java/org/apache/xml/security/test/stax/utils/TestUtils.java
@@ -18,9 +18,7 @@
  */
 package org.apache.xml.security.test.stax.utils;
 
-import org.apache.xml.security.stax.impl.InboundSecurityContextImpl;
 import org.apache.xml.security.stax.impl.processor.input.AbstractSignatureReferenceVerifyInputProcessor;
-import org.apache.xml.security.stax.impl.processor.input.XMLEventReaderInputProcessor;
 
 import java.lang.reflect.Field;
 import java.lang.reflect.Modifier;
@@ -54,5 +52,5 @@
         field.set(null, value);
         return oldval;
     }
-    
+
 }