From cc297408f9f1060dc60ebf5cfd29ffcf8661fe64 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Thu, 16 Apr 2009 14:09:18 +0000 Subject: [PATCH] Document update git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@765642 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/http/conn/scheme/Scheme.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpclient/src/main/java/org/apache/http/conn/scheme/Scheme.java b/httpclient/src/main/java/org/apache/http/conn/scheme/Scheme.java index bca4b19e7..a02c10ac9 100644 --- a/httpclient/src/main/java/org/apache/http/conn/scheme/Scheme.java +++ b/httpclient/src/main/java/org/apache/http/conn/scheme/Scheme.java @@ -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. */