[java-support] branch master updated: Javadoc typos.

Tom Zeller tzeller at dragonacea.biz
Mon Oct 26 14:19:47 EDT 2015


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

tzeller pushed a commit to branch master
in repository java-support.

The following commit(s) were added to refs/heads/master by this push:
       new  1472b52   Javadoc typos.
1472b52 is described below

commit 1472b52f91cfd1eb8023fbfdbb6d234738fa024a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 26 13:20:14 2015 -0500

    Javadoc typos.
---
 .../java/support/httpclient/FileCachingHttpClientBuilder.java         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java
index b53bd35..bc1e062 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/FileCachingHttpClientBuilder.java
@@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory;
  * An {@link org.apache.http.client.HttpClient} builder that supports RFC 2616 caching.
  * <p>
  * Cached content is written to disk. Special care should be taken so that multiple clients do not share a single cache
- * directory unintentionally. This could result senstive data being available in ways it should not be.
+ * directory unintentionally. This could result in sensitive data being available in ways it should not be.
  * </p>
  * 
  * <p>
@@ -100,7 +100,7 @@ public class FileCachingHttpClientBuilder extends HttpClientBuilder {
     /** The maximum response body size, in bytes, that will be eligible for caching. Default: 10485760 (10 megabytes) */
     private long maxCacheEntrySize;
     
-    /** Interval at which the storage maintenance task whould run. */
+    /** Interval at which the storage maintenance task should run. */
     @Duration private long maintentanceTaskInterval;
     
     /** The current managed storage instance. */

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


More information about the commits mailing list