[java-shib-shared] branch main updated: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Sat Oct 1 15:17:08 UTC 2022


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

rdw pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=37de5f938d806f2dc50a73cba7d82dc45f4494b0

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

commit 37de5f938d806f2dc50a73cba7d82dc45f4494b0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Oct 1 14:20:27 2022 +0100

    Javadoc
---
 .../src/main/java/net/shibboleth/shared/servlet/impl/StubbedFilter.java  | 1 +
 .../java/net/shibboleth/shared/testing/ShowAutomaticModuleNames.java     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/shib-networking/src/main/java/net/shibboleth/shared/servlet/impl/StubbedFilter.java b/shib-networking/src/main/java/net/shibboleth/shared/servlet/impl/StubbedFilter.java
index b439d5dd..2fc5bae6 100644
--- a/shib-networking/src/main/java/net/shibboleth/shared/servlet/impl/StubbedFilter.java
+++ b/shib-networking/src/main/java/net/shibboleth/shared/servlet/impl/StubbedFilter.java
@@ -38,6 +38,7 @@ import net.shibboleth.shared.primitive.StringSupport;
  */
 public class StubbedFilter implements Filter {
     
+    /** Class name to warn about, defaults to the name of this class (or its superclass). */
     @Nullable @NotEmpty String className;
     
     /** Constructor. */
diff --git a/shib-testing/src/main/java/net/shibboleth/shared/testing/ShowAutomaticModuleNames.java b/shib-testing/src/main/java/net/shibboleth/shared/testing/ShowAutomaticModuleNames.java
index ca187a2c..40b2a727 100644
--- a/shib-testing/src/main/java/net/shibboleth/shared/testing/ShowAutomaticModuleNames.java
+++ b/shib-testing/src/main/java/net/shibboleth/shared/testing/ShowAutomaticModuleNames.java
@@ -37,6 +37,7 @@ import javax.annotation.Nullable;
  */
 public class ShowAutomaticModuleNames {
 
+    /** {@literal #AUTO_MODULE_NAME}. */
     private static final String AUTO_MODULE_NAME = "Automatic-Module-Name";
 
     /**

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


More information about the commits mailing list