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:
parent
834c667310
commit
cc297408f9
|
@ -75,7 +75,7 @@ public final class Scheme {
|
||||||
/*
|
/*
|
||||||
* This is used to cache the result of the toString() method
|
* This is used to cache the result of the toString() method
|
||||||
* Since the method always generates the same value, there's no
|
* Since the method always generates the same value, there's no
|
||||||
* need to synchronize.
|
* need to synchronize, and it does not affect immutability.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue