[java-metadata-aggregator] branch master updated: Javadoc fix.
Ian Young
ian at iay.org.uk
Wed Dec 2 05:20:07 EST 2015
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
The following commit(s) were added to refs/heads/master by this push:
new 2d7de0c Javadoc fix.
2d7de0c is described below
commit 2d7de0c96450685b115c9407e813209fe5df8ec4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 2 11:21:27 2015 +0100
Javadoc fix.
---
.../main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java
index 56aa71f..2a04e64 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java
@@ -32,7 +32,7 @@ import net.shibboleth.utilities.java.support.component.ComponentSupport;
* The stage can operate either to blacklist (the default) or whitelist the collection of namespaces.
*
* Elements, attributes and namespace prefix definitions associated with a given namespace will be removed
- * or retained depending on the {@link whitelisting} property.
+ * or retained depending on the {@link #whitelisting} property.
*
* Attributes without an explicit namespace prefix will never be removed by this stage.
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list