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:03:57 UTC

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

Author: joern
Date: Sat Nov 19 17:03:57 2011
New Revision: 1204021

URL: http://svn.apache.org/viewvc?rev=1204021&view=rev
Log:
OPENNLP-23 Added link to eclipse formatter file

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=1204021&r1=1204020&r2=1204021&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:03:57 2011
@@ -29,4 +29,6 @@ public class Foo extends Bar {
 
 * Do not use package imports (for example import org.apache.opennlp.*)
 * For other cases, we try to follow
-  [Java code conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html) as much as possible.
\ No newline at end of file
+  [Java code conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html) as much as possible.
+  
+A code formatter file for Eclipse can be found [here](code-formatter/OpenNLP-Eclipse-Formatter.xml).
\ No newline at end of file