[java-metadata-aggregator] branch main updated: Remove unused methods in implementation class
Ian Young
ian at iay.org.uk
Fri Oct 21 09:23:34 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=4ae7ae72e554a3cb4e6b99119de0269876ad22aa
The following commit(s) were added to refs/heads/main by this push:
new 4ae7ae7 Remove unused methods in implementation class
4ae7ae7 is described below
commit 4ae7ae72e554a3cb4e6b99119de0269876ad22aa
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Oct 21 10:23:31 2022 +0100
Remove unused methods in implementation class
---
.../metadata/dom/impl/XMLSignatureValidator.java | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/dom/impl/XMLSignatureValidator.java b/mda-framework/src/main/java/net/shibboleth/metadata/dom/impl/XMLSignatureValidator.java
index e600274..4b041d9 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/dom/impl/XMLSignatureValidator.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/dom/impl/XMLSignatureValidator.java
@@ -117,11 +117,6 @@ public final class XMLSignatureValidator {
/** Serial version UID. */
private static final long serialVersionUID = -6649552572123849961L;
- /** Constructor. */
- public ValidationException() {
-
- }
-
/**
* Constructor.
*
@@ -131,15 +126,6 @@ public final class XMLSignatureValidator {
super(message);
}
- /**
- * Constructor.
- *
- * @param wrappedException exception to be wrapped by this one
- */
- public ValidationException(@Nullable final Exception wrappedException) {
- super(wrappedException);
- }
-
/**
* Constructor.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list