mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
27.22.2011 37fa0ac006c5fd73c18a4ded95b8bf5bbded29c8
opends/ext/checkstyle/opends-doctarget-checkstyle.xml
@@ -26,9 +26,9 @@
    </module>
    <!-- Ensure that no line exceeds 70 characters in length -->
    <!-- Ensure that no line exceeds 80 characters in length -->
    <module name="LineLength">
      <property name="max" value="70" />
      <property name="max" value="80" />
    </module>
  </module>
</module>