Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 29647 invoked from network); 19 May 2008 06:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 May 2008 06:37:46 -0000 Received: (qmail 14942 invoked by uid 500); 19 May 2008 06:37:47 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 14910 invoked by uid 500); 19 May 2008 06:37:47 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 14901 invoked by uid 99); 19 May 2008 06:37:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 May 2008 23:37:47 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 19 May 2008 06:37:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2C86823889FA; Sun, 18 May 2008 23:37:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r657732 - /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java Date: Mon, 19 May 2008 06:37:23 -0000 To: commits@jackrabbit.apache.org From: thomasm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080519063723.2C86823889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thomasm Date: Sun May 18 23:37:22 2008 New Revision: 657732 URL: http://svn.apache.org/viewvc?rev=657732&view=rev Log: JCR-73 remove unicode characters from javadocs Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java?rev=657732&r1=657731&r2=657732&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java (original) +++ jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/Batch.java Sun May 18 23:37:22 2008 @@ -63,7 +63,7 @@ * minimize calls to the persistent layer, which enables client-server * implementations to reduce the number of network roundtrips.

* - * Since the batch records the “delta” of pending changes within the scope of + * Since the batch records the delta of pending changes within the scope of * an {@link javax.jcr.Item#save()} (or a {@link javax.jcr.Session#save()} it is * intended to be constructed upon save (not before) and then submitted to the * persistent layer as a single logical operation (see above).