Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1ED110819 for ; Wed, 7 Aug 2013 15:16:45 +0000 (UTC) Received: (qmail 87491 invoked by uid 500); 7 Aug 2013 15:16:45 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 86759 invoked by uid 500); 7 Aug 2013 15:16:42 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 86401 invoked by uid 99); 7 Aug 2013 15:16:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 15:16:41 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [178.254.33.213] (HELO samaflost.de) (178.254.33.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 15:16:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 96DA4588C323; Wed, 7 Aug 2013 17:15:54 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16Ue1Nxhj8ET; Wed, 7 Aug 2013 17:15:54 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 21461588C322; Wed, 7 Aug 2013 17:15:54 +0200 (CEST) From: Stefan Bodewig To: dev@commons.apache.org Cc: commits@commons.apache.org Subject: Re: svn commit: r1511326 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/dump/ main/java/org/apache/commons/compress/compressors/bzip2/ test/java/org/apache/commons/compress/ References: <20130807141545.B2F022388831@eris.apache.org> Date: Wed, 07 Aug 2013 17:15:53 +0200 In-Reply-To: <20130807141545.B2F022388831@eris.apache.org> (ebourg@apache.org's message of "Wed, 07 Aug 2013 14:15:45 -0000") Message-ID: <87haf15y6u.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org On 2013-08-07, wrote: > - public BZip2CompressorInputStream(final InputStream in, > - final boolean decompressConcatenated) > - throws IOException { > - > + public BZip2CompressorInputStream(final InputStream in, final boolean decompressConcatenated) throws IOException { I'm not sure whether we have any policy on this, but so far I've tried to stick with 80 columns max. Maybe that's a sign of me being old fashioned, don't know :-) Stefan