From 37fa0ac006c5fd73c18a4ded95b8bf5bbded29c8 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 27 Jul 2011 16:22:33 +0000
Subject: [PATCH] Increase line width to 80 characters as 70 is stupidly small.

---
 opends/ext/checkstyle/opends-doctarget-checkstyle.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/ext/checkstyle/opends-doctarget-checkstyle.xml b/opends/ext/checkstyle/opends-doctarget-checkstyle.xml
index cb8b943..7798f86 100644
--- a/opends/ext/checkstyle/opends-doctarget-checkstyle.xml
+++ b/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>

--
Gitblit v1.10.0