Dropped line length check.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-04-11 04:23:33 +00:00
parent fc9dec48b8
commit a164864059
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ limitations under the License.
<module name="RedundantThrows">
<property name="allowUnchecked" value="true"/>
</module>
<module name="LineLength">
<property name="max" value="120"/>
</module>
<module name="JavadocMethod">
<property name="allowUndeclaredRTE" value="true"/>
</module>