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

svn commit: r1204023 - /incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext

Author: joern
Date: Sat Nov 19 17:05:18 2011
New Revision: 1204023

URL: http://svn.apache.org/viewvc?rev=1204023&view=rev
Log:
OPENNLP-23 Added headline for formatter and style files

Modified:
    incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext

Modified: incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext?rev=1204023&r1=1204022&r2=1204023&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext (original)
+++ incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext Sat Nov 19 17:05:18 2011
@@ -31,4 +31,5 @@ public class Foo extends Bar {
 * For other cases, we try to follow
   [Java code conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html) as much as possible.
   
+# Formatter and Style files
 A code formatter file for Eclipse can be found [here](code-formatter/OpenNLP-Eclipse-Formatter.xml).
\ No newline at end of file