[java-metadata-aggregator] 02/03: Remove redundant Javadoc.

Ian Young ian at iay.org.uk
Tue Dec 1 05:08:12 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.

commit b9868898d2eddd58cf71b792a36115a414be74b3
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 1 10:59:58 2015 +0100

    Remove redundant Javadoc.
---
 .../java/net/shibboleth/metadata/dom/NamespacesStrippingStage.java  | 6 ------
 1 file changed, 6 deletions(-)

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 4606ebe..56aa71f 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
@@ -95,12 +95,6 @@ public class NamespacesStrippingStage extends AbstractNamespacesStrippingStage {
         whitelisting = wl;
     }
     
-    /**
-     * Determine whether a particular namespace should be stripped.
-     * 
-     * @param namespace potentially stripped namespace
-     * @return <code>true</code> if this namespace should be stripped
-     */
     @Override
     protected boolean removingNamespace(final String namespace) {
         return whitelisting ^ namespaces.contains(namespace);

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


More information about the commits mailing list