[java-identity-provider] 02/03: Suppress Unavoidable Javadoc warning

Rod Widdowson rdw at steadingsoftware.com
Tue Mar 17 10:53:51 EDT 2020


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=a6a992fecddbf950fab4b9c0eaa03dfd547e1602

commit a6a992fecddbf950fab4b9c0eaa03dfd547e1602
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 17 14:40:22 2020 +0000

    Suppress Unavoidable Javadoc warning
---
 .../security/trustengine/impl/ChainingTrustEngineFactory.java            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/impl/ChainingTrustEngineFactory.java b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/impl/ChainingTrustEngineFactory.java
index ae69956..c30d900 100644
--- a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/impl/ChainingTrustEngineFactory.java
+++ b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/impl/ChainingTrustEngineFactory.java
@@ -54,6 +54,7 @@ public class ChainingTrustEngineFactory extends
     }
 
     /** {@inheritDoc} */
+    @SuppressWarnings({"rawtypes", "unchecked"})
     @Override protected ChainingTrustEngine<?> doCreateInstance() throws Exception {
         final List<TrustEngine<?>> list = new ArrayList<>(engines.size());
 

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


More information about the commits mailing list