[java-identity-provider] 01/02: checkstyle - deprecation warning in test code
Rod Widdowson
rdw at steadingsoftware.com
Tue Mar 26 11:49:21 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0c16a9ad135056e874383db58cb45544cef1901b
commit 0c16a9ad135056e874383db58cb45544cef1901b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 26 15:43:13 2019 +0000
checkstyle - deprecation warning in test code
---
.../spring/relyingparty/metadata/HTTPResourceConfigurationTests.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java
index 636552c..ae59927 100644
--- a/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java
+++ b/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPResourceConfigurationTests.java
@@ -81,6 +81,7 @@ public class HTTPResourceConfigurationTests {
theContext.refresh();
}
+ @SuppressWarnings("deprecation")
@AfterSuite public void tearDown() {
if (null != theDir) {
emptyDir(theDir);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list