You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/11/19 18:05:26 UTC

svn commit: r798932 - /websites/staging/opennlp/trunk/content/opennlp/code-conventions.html

Author: buildbot
Date: Sat Nov 19 17:05:25 2011
New Revision: 798932

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/code-conventions.html

Modified: websites/staging/opennlp/trunk/content/opennlp/code-conventions.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/code-conventions.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/code-conventions.html Sat Nov 19 17:05:25 2011
@@ -100,6 +100,7 @@ public class Foo extends Bar {
 <li>For other cases, we try to follow
   <a href="http://www.oracle.com/technetwork/java/codeconv-138413.html">Java code conventions</a> as much as possible.</li>
 </ul>
+<h1 id="formatter_and_style_files">Formatter and Style files</h1>
 <p>A code formatter file for Eclipse can be found <a href="code-formatter/OpenNLP-Eclipse-Formatter.xml">here</a>.</p>
   </div>