On Wed, Aug 7, 2013 at 11:15 AM, Stefan Bodewig <bode...@apache.org> wrote:
> On 2013-08-07, <ebo...@apache.org> 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: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org 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