[spring-extensions] branch master updated: Javadoc fixes
Ian Young
ian at iay.org.uk
Tue Oct 4 12:17:21 EDT 2016
This is an automated email from the git hooks/post-receive script.
iay 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=0f77b097edcf537ced7d7bacb1c58ebc754e5bc0
The following commit(s) were added to refs/heads/master by this push:
new 0f77b09 Javadoc fixes
0f77b09 is described below
commit 0f77b097edcf537ced7d7bacb1c58ebc754e5bc0
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 4 17:17:14 2016 +0100
Javadoc fixes
---
.../net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java b/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java
index dd8757c..db049f6 100644
--- a/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java
+++ b/src/main/java/net/shibboleth/ext/spring/resource/FileBackedHTTPResource.java
@@ -61,7 +61,8 @@ public class FileBackedHTTPResource extends HTTPResource {
* @param url URL to the remote data
* @param resource the file to use as backing store
* @throws IOException if the URL was badly formed
- * @deprecated use {@link #FileBackedHTTPResource(String, HttpClient, String) */
+ * @deprecated use {@link #FileBackedHTTPResource(String, HttpClient, String)}
+ */
@Deprecated public FileBackedHTTPResource(@Nonnull @ParameterName(name="client") final HttpClient client,
@NotEmpty @Nonnull @ParameterName(name="url") final String url,
@Nonnull @ParameterName(name="resource") final Resource resource) throws IOException {
@@ -81,7 +82,8 @@ public class FileBackedHTTPResource extends HTTPResource {
* @param url URL to the remote data
* @param resource the file to use as backing store
* @throws IOException if the URL was badly formed
- * @deprecated use {@link #FileBackedHTTPResource(String, HttpClient, URL) */
+ * @deprecated use {@link #FileBackedHTTPResource(String, HttpClient, URL)}
+ */
@Deprecated public FileBackedHTTPResource(@Nonnull @ParameterName(name="client") final HttpClient client,
@Nonnull @NotEmpty @ParameterName(name="url") final URL url,
@Nonnull @ParameterName(name="resource") final Resource resource)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list