Our style guide calls for 80 columns ( http://cwiki.apache.org/SHINDIGxSITE/java-style.html#JavaStyle-Linewrapping .)
Unfortunately, this hasn't been followed very well, so that leaves us with two options: - Modify all the existing code to 80 columns. - Up the limit to 100 columns (covers existing code, still narrow enough for most terminals). Any strong opinions on this one?

