[spring-extensions] branch master updated: Fix some unqualified javadoc links.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 16 10:48:25 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=7e958442f50d00673ee8ff103dffe2df917d80dd
The following commit(s) were added to refs/heads/master by this push:
new 7e95844 Fix some unqualified javadoc links.
7e95844 is described below
commit 7e958442f50d00673ee8ff103dffe2df917d80dd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 16 10:48:19 2019 -0400
Fix some unqualified javadoc links.
---
.../java/net/shibboleth/ext/spring/resource/ResourceHelper.java | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java b/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java
index d9c8a0a..b4ead6c 100644
--- a/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java
+++ b/src/main/java/net/shibboleth/ext/spring/resource/ResourceHelper.java
@@ -48,11 +48,14 @@ public final class ResourceHelper implements net.shibboleth.utilities.java.suppo
}
/**
- * Return a {@link Resource} that does all the work of the provided {@link Resource}<br/>
- * If the input implements {@link Resource} then it is cast to the output, other a shim class is generated.
+ * Return a {@link net.shibboleth.utilities.java.support.resource.Resource} that does all the work of the
+ * provided {@link Resource}.
+ *
+ * <p>If the input implements {@link net.shibboleth.utilities.java.support.resource.Resource} then it is cast
+ * to the output, other a shim class is generated.</p>
*
* @param springResource the input
- * @return a {@link Resource} which reflects what the Spring one does
+ * @return a {@link net.shibboleth.utilities.java.support.resource.Resource} which reflects what the Spring one does
*/
@Nonnull public static net.shibboleth.utilities.java.support.resource.Resource
of(@ParameterName(name="springResource") final Resource springResource) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list