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 16:47:51 UTC

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

Author: joern
Date: Sat Nov 19 15:47:50 2011
New Revision: 1203999

URL: http://svn.apache.org/viewvc?rev=1203999&view=rev
Log:
OPENNLP-23 Small formating changes

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=1203999&r1=1203998&r2=1203999&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext (original)
+++ incubator/opennlp/site/trunk/content/opennlp/code-conventions.mdtext Sat Nov 19 15:47:50 2011
@@ -21,11 +21,11 @@ public class Foo extends Bar {
         </code></pre>
 * Wrap lines longer than 80 to 100 characters. For wrapped lines use an indent of 8 characters.
 * Within a class or interface, definitions should be ordered as follows:
-        1. Inner classses
-        2. Class (static) variables
-        3. Instance variables
-        4. Constructors
-5. Methods
+    * Inner classses
+    * Class (static) variables
+    * Instance variables
+    * Constructors
+    * Methods
 
 * Do not use package imports (for example import org.apache.opennlp.*)
 * For other cases, we try to follow Java code conventions as much as possible: see http://www.oracle.com/technetwork/java/codeconv-138413.html
\ No newline at end of file