[spring-extensions] branch master updated: Fix Javadoc typo
Ian Young
ian at iay.org.uk
Thu Mar 14 06:42:29 EDT 2019
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=cc32c9d11fe1a2b33eb9efdd86350817ffa152e7
The following commit(s) were added to refs/heads/master by this push:
new cc32c9d Fix Javadoc typo
cc32c9d is described below
commit cc32c9d11fe1a2b33eb9efdd86350817ffa152e7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 14 10:42:24 2019 +0000
Fix Javadoc typo
---
src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java b/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
index 14d5ff6..a818183 100644
--- a/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
+++ b/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
@@ -246,7 +246,7 @@ public class HTTPResource extends AbstractIdentifiedInitializableComponent imple
}
/**
- * Attempts to fetch only the headers for a given resource. If HEAD requests are unsupported than a more costly GET
+ * Attempts to fetch only the headers for a given resource. If HEAD requests are unsupported then a more costly GET
* request is performed.
*
* @return the response from the request
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list