[java-support] branch maint-8 updated: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Sun Aug 7 09:13:56 UTC 2022


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

rdw pushed a commit to branch maint-8
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=8d5e7063f75692be43d938949cf85501f1a14c22

The following commit(s) were added to refs/heads/maint-8 by this push:
     new 8d5e706  Javadoc
8d5e706 is described below

commit 8d5e7063f75692be43d938949cf85501f1a14c22
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 7 10:13:49 2022 +0100

    Javadoc
---
 .../java/support/net/ThreadLocalHttpServletRequestSupplier.java         | 2 +-
 .../java/support/net/ThreadLocalHttpServletResponseSupplier.java        | 2 +-
 .../java/net/shibboleth/utilities/java/support/resource/Resource.java   | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestSupplier.java b/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestSupplier.java
index 5c0e701..06aca0d 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestSupplier.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestSupplier.java
@@ -24,7 +24,7 @@ import javax.servlet.http.HttpServletRequest;
 import net.shibboleth.utilities.java.support.logic.Constraint;
 
 /**
- * An implementation of {@link Supplier<HttpServletRequest>} which looks up the current thread-local
+ * An implementation of {@link Supplier} of {@link HttpServletRequest}s which looks up the current thread-local
  * servlet request obtained from {@link HttpServletRequestResponseContext}.
  */
 public class ThreadLocalHttpServletRequestSupplier implements Supplier<HttpServletRequest> {
diff --git a/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseSupplier.java b/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseSupplier.java
index f2fc5d0..49b464b 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseSupplier.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseSupplier.java
@@ -24,7 +24,7 @@ import javax.servlet.http.HttpServletResponse;
 import net.shibboleth.utilities.java.support.logic.Constraint;
 
 /**
- * An implementation of {@link Supplier<HttpServletResponse>} which looks up the current thread-local
+ * An implementation of  {@link Supplier} of {@link HttpServletResponse}s which looks up the current thread-local
  * servlet response obtained from {@link HttpServletRequestResponseContext}.
  */
 public class ThreadLocalHttpServletResponseSupplier implements Supplier<HttpServletResponse> {
diff --git a/src/main/java/net/shibboleth/utilities/java/support/resource/Resource.java b/src/main/java/net/shibboleth/utilities/java/support/resource/Resource.java
index b9a2ebd..daf75e4 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/resource/Resource.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/resource/Resource.java
@@ -139,7 +139,6 @@ public interface Resource {
 
     /**
      * Determine a filename for this resource, i.e. typically the last part of the path: for example, "myfile.txt".
-     * <p>
      * 
      * @return {@code null} if this type of resource does not have a filename, otherwise the file name.
      * 

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


More information about the commits mailing list