[java-metadata-aggregator] branch main updated: Javadoc fixes

Ian Young ian at iay.org.uk
Mon May 13 09:31:03 UTC 2024


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=01a1162c9e6c8d0c393543ccb300ec2e7baad9a1

The following commit(s) were added to refs/heads/main by this push:
     new 01a1162  Javadoc fixes
01a1162 is described below

commit 01a1162c9e6c8d0c393543ccb300ec2e7baad9a1
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 13 10:30:59 2024 +0100

    Javadoc fixes
---
 .../java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java b/mda-framework/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java
index ba4e00c..43d9884 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java
@@ -102,7 +102,7 @@ public class NamespacesStrippingStage extends AbstractNamespacesStrippingStage {
     /**
      * Set whether the stage is whether the stage is keeping the designated namespaces or removing them (the default).
      * 
-     * @param keep <<code>true</code> if keeping, <code>false</code> for removing (the default)
+     * @param keep <code>true</code> if keeping, <code>false</code> for removing (the default)
      * 
      * @since 0.10.0
      */
@@ -126,7 +126,7 @@ public class NamespacesStrippingStage extends AbstractNamespacesStrippingStage {
     /**
      * Set whether the stage is whether the stage is keeping the designated namespaces or removing them (the default).
      * 
-     * @param keep <<code>true</code> if keeping, <code>false</code> for removing (the default)
+     * @param keep <code>true</code> if keeping, <code>false</code> for removing (the default)
      */
     @Deprecated(since="0.10.0", forRemoval=true)
     public synchronized void setWhitelisting(final boolean keep) {

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


More information about the commits mailing list