On Wed, Aug 7, 2013 at 11:15 AM, Stefan Bodewig <[email protected]> wrote:

> On 2013-08-07, <[email protected]> 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 :-)
>

A line length of 120 is common in a lot of Commons components. 120 is
enforced by Checkstyle in some projects. I suggest you do the same here! :)

Gary


>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to