[java-metadata-aggregator] branch main updated: Remove redundant super-interface

Ian Young ian at iay.org.uk
Tue Oct 18 10:30:41 UTC 2022


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=3312118ef836dafc263fdf3b5fe269f818d9d796

The following commit(s) were added to refs/heads/main by this push:
     new 3312118  Remove redundant super-interface
3312118 is described below

commit 3312118ef836dafc263fdf3b5fe269f818d9d796
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 18 11:30:20 2022 +0100

    Remove redundant super-interface
---
 .../java/net/shibboleth/metadata/dom/StringElementValidationStage.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/dom/StringElementValidationStage.java b/mda-framework/src/main/java/net/shibboleth/metadata/dom/StringElementValidationStage.java
index b2f79ad..013c1ae 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/dom/StringElementValidationStage.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/dom/StringElementValidationStage.java
@@ -28,7 +28,7 @@ import net.shibboleth.metadata.pipeline.Stage;
  * A {@link Stage} allowing validation of DOM {@link Element}s treated as {@link String}s.
  */
 @ThreadSafe
-public class StringElementValidationStage extends AbstractElementValidationStage<String> implements Stage<Element> {
+public class StringElementValidationStage extends AbstractElementValidationStage<String> {
 
     @Override
     protected String convert(@Nonnull final Element element) {

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


More information about the commits mailing list