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:12:53 UTC

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

Author: buildbot
Date: Fri May  8 19:12:52 2015
New Revision: 950629

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:12:52 2015
@@ -1 +1 @@
-1678431
+1678432

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:12:52 2015
@@ -213,7 +213,7 @@
 <p>Private methods do not require JavaDoc but may have partial JavaDoc if it adds valuable information.</p>
 </li>
 </ul>
-<h2 id="comments">Comments</h2>
+<h3 id="comments">Comments</h3>
 <ul>
 <li>
 <p>Only use line comments within code, never block comments.</p>