HTTPCLIENT-1428: Fixed Javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1537133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-10-30 15:31:21 +00:00
parent 7d7e7b1a4a
commit 85a99b22e4

View File

@ -347,7 +347,7 @@ public boolean isHeuristicCachingEnabled() {
/**
* Enables or disables heuristic caching.
* @param heuristicCachingEnabled should be {@code true} to
* permit heuristic caching, {@code false} to enable it.
* permit heuristic caching, {@code false} to disable it.
*
* @deprecated (4.3) use {@link Builder}.
*/