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:51:17 UTC

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

Author: joern
Date: Sat Nov 19 15:51:17 2011
New Revision: 1204000

URL: http://svn.apache.org/viewvc?rev=1204000&view=rev
Log:
OPENNLP-23 Fixed link

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=1204000&r1=1203999&r2=1204000&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:51:17 2011
@@ -28,4 +28,5 @@ public class Foo extends Bar {
     * 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
+* 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