Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-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 E0E3BE30D for ; Sun, 25 Nov 2012 09:15:03 +0000 (UTC) Received: (qmail 47116 invoked by uid 500); 25 Nov 2012 09:15:03 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 47088 invoked by uid 500); 25 Nov 2012 09:15:03 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 47079 invoked by uid 99); 25 Nov 2012 09:15:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2012 09:15:03 +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; Sun, 25 Nov 2012 09:15:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8D7052388906; Sun, 25 Nov 2012 09:14:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1413305 - in /sis/branches/JDK6: ./ sis-utility/src/main/java/org/apache/sis/io/LineFormatter.java Date: Sun, 25 Nov 2012 09:14:40 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121125091440.8D7052388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: desruisseaux Date: Sun Nov 25 09:14:39 2012 New Revision: 1413305 URL: http://svn.apache.org/viewvc?rev=1413305&view=rev Log: Merge from trunk the fix for javadoc crash. Modified: sis/branches/JDK6/ (props changed) sis/branches/JDK6/sis-utility/src/main/java/org/apache/sis/io/LineFormatter.java Propchange: sis/branches/JDK6/ ------------------------------------------------------------------------------ Merged /sis/trunk:r1411579-1413304 Modified: sis/branches/JDK6/sis-utility/src/main/java/org/apache/sis/io/LineFormatter.java URL: http://svn.apache.org/viewvc/sis/branches/JDK6/sis-utility/src/main/java/org/apache/sis/io/LineFormatter.java?rev=1413305&r1=1413304&r2=1413305&view=diff ============================================================================== --- sis/branches/JDK6/sis-utility/src/main/java/org/apache/sis/io/LineFormatter.java (original) +++ sis/branches/JDK6/sis-utility/src/main/java/org/apache/sis/io/LineFormatter.java Sun Nov 25 09:14:39 2012 @@ -543,10 +543,10 @@ searchHyp: for (int i=buffer.length(); } /** - * Sends all pending characters to the {@linkplain #out underlying appendable}, including - * trailing whitespaces. Note that this method should preferably be invoked at the end of - * a word, sentence or line, since invoking this method may prevent {@code LineFormatter} - * to properly wrap the current line if the current position is in the middle of a word. + * Sends all pending characters to the underlying appendable, including trailing whitespaces. + * Note that this method should preferably be invoked at the end of a word, sentence or line, + * since invoking this method may prevent {@code LineFormatter} to properly wrap the current + * line if the current position is in the middle of a word. * *

Invoking this method also flushes the underlying stream, if {@linkplain Flushable flushable}. * A cheaper way to send pending characters is to make sure that the last character is a