[spring-extensions] branch master updated: CheckStyle on test classes

Rod Widdowson rdw at steadingsoftware.com
Thu Aug 6 09:49:10 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=6adcd6a3148d7eff05679cae738051267d5f0898

The following commit(s) were added to refs/heads/master by this push:
       new  6adcd6a   CheckStyle on test classes
6adcd6a is described below

commit 6adcd6a3148d7eff05679cae738051267d5f0898
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 6 10:49:06 2020 +0100

    CheckStyle on test classes
---
 .../java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java | 1 +
 src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java b/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java
index 897bd93..3ed462d 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java
@@ -38,6 +38,7 @@ import org.testng.annotations.Test;
 /**
  * Test for {@link ConditionalResource}.
  */
+ at SuppressWarnings("javadoc")
 public class ConditionalResourceTest {
 
     private final String existsURL = RepositorySupport.buildHTTPResourceURL("spring-extensions", "src/test/resources/net/shibboleth/ext/spring/resource/document.xml",false);
diff --git a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
index 7f629f3..26c3992 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
@@ -44,6 +44,7 @@ import net.shibboleth.utilities.java.support.httpclient.InMemoryCachingHttpClien
 /**
  * Test for HTTPResource.
  */
+ at SuppressWarnings("javadoc")
 public class HTTPResourceTest {
 
     private final String existsURL =

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list