You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2015/05/08 21:15:37 UTC

svn commit: r950631 - in /websites/staging/pdfbox/trunk/content: ./ codingconventions.html

Author: buildbot
Date: Fri May  8 19:15:36 2015
New Revision: 950631

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/codingconventions.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May  8 19:15:36 2015
@@ -1 +1 @@
-1678433
+1678434

Modified: websites/staging/pdfbox/trunk/content/codingconventions.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/codingconventions.html (original)
+++ websites/staging/pdfbox/trunk/content/codingconventions.html Fri May  8 19:15:36 2015
@@ -157,9 +157,9 @@
 <li>
 <p>No lines longer than 100 characters, including JavaDoc.</p>
 </li>
-</ul>
-<p>For wrapped lines, either use an indent of 4 or 8 characters or align with the expression at the same level on the previous line.</p>
-<ul>
+<li>
+<p>Wrapped lines should use either an indent of 4 or 8 characters or align with the expression at the same level on the previous line.</p>
+</li>
 <li>
 <p>Wrapped lines should be broken after operators, not before.</p>
 </li>