Skip to content

Commit b17f187

Browse files
committed
Clean
1 parent 2980a46 commit b17f187

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

core/src/main/java/com/onelogin/saml2/util/Util.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@
6969
import org.apache.xml.security.encryption.XMLCipher;
7070
import org.apache.xml.security.exceptions.XMLSecurityException;
7171
import org.apache.xml.security.keys.KeyInfo;
72-
import org.apache.xml.security.keys.keyresolver.KeyResolverException;
7372
import org.apache.xml.security.signature.XMLSignature;
74-
import org.apache.xml.security.signature.XMLSignatureException;
7573
import org.apache.xml.security.transforms.Transforms;
7674
import org.apache.xml.security.utils.XMLUtils;
7775
import org.joda.time.DateTime;

core/src/test/java/com/onelogin/saml2/test/authn/AuthnResponseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
import java.io.IOException;
3030
import java.util.ArrayList;
31-
import java.util.Date;
3231
import java.util.HashMap;
3332
import java.util.List;
3433
import java.util.Map;

core/src/test/java/com/onelogin/saml2/test/util/UtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
import org.w3c.dom.NodeList;
5353
import org.xml.sax.SAXException;
5454

55-
import com.onelogin.saml2.settings.Saml2Settings;
5655
import com.onelogin.saml2.util.Constants;
5756
import com.onelogin.saml2.util.SchemaFactory;
5857
import com.onelogin.saml2.util.Util;

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-javadoc-plugin</artifactId>
199199
<version>3.2.0</version>
200-
<configuration>
201-
<additionalparam>-Xdoclint:none</additionalparam>
202-
</configuration>
203200
<executions>
204201
<execution>
205202
<id>attach-javadocs</id>
203+
<configuration>
204+
<doclint>none</doclint>
205+
</configuration>
206206
<goals>
207207
<goal>jar</goal>
208208
</goals>

toolkit/src/main/java/com/onelogin/saml2/Auth.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import java.io.IOException;
44
import java.security.InvalidKeyException;
5-
import java.security.KeyStore;
65
import java.security.NoSuchAlgorithmException;
76
import java.security.PrivateKey;
87
import java.security.SignatureException;

toolkit/src/test/java/com/onelogin/saml2/test/AuthTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import static org.junit.Assert.assertEquals;
1111
import static org.junit.Assert.assertFalse;
1212
import static org.junit.Assert.assertNull;
13-
import static org.junit.Assert.assertNotNull;
1413
import static org.junit.Assert.assertThat;
1514
import static org.junit.Assert.assertTrue;
1615
import static org.mockito.Matchers.matches;

0 commit comments

Comments
 (0)