Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F15C9C01 for ; Wed, 1 Feb 2012 13:32:50 +0000 (UTC) Received: (qmail 75178 invoked by uid 500); 1 Feb 2012 13:32:50 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 75132 invoked by uid 500); 1 Feb 2012 13:32:49 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 75125 invoked by uid 99); 1 Feb 2012 13:32:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 13:32:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 13:32:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AAA7923889EC for ; Wed, 1 Feb 2012 13:32:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1239123 - /httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml Date: Wed, 01 Feb 2012 13:32:26 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120201133226.AAA7923889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Wed Feb 1 13:32:26 2012 New Revision: 1239123 URL: http://svn.apache.org/viewvc?rev=1239123&view=rev Log: HTTPCORE-292: Refer to StringBuilder instead of StringBuffer in HttpCore tutorial Contributed by Karthik K Modified: httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml Modified: httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml?rev=1239123&r1=1239122&r2=1239123&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml (original) +++ httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml Wed Feb 1 13:32:26 2012 @@ -445,7 +445,7 @@ ByteArrayEntity myEntity = new ByteArray string; the third allows the mime type to be specified. env = System.getenv(); for (Entry envEntry : env.entrySet()) { sb.append(envEntry.getKey()).append(": ")