Document update

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@765642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-04-16 14:09:18 +00:00
parent 834c667310
commit cc297408f9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public final class Scheme {
/*
* This is used to cache the result of the toString() method
* Since the method always generates the same value, there's no
* need to synchronize.
* need to synchronize, and it does not affect immutability.
*/