You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2012/11/15 17:29:23 UTC

svn commit: r838459 - in /websites/staging/mina/trunk/content: ./ mina-project/developper-guide.html

Author: buildbot
Date: Thu Nov 15 16:29:20 2012
New Revision: 838459

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    websites/staging/mina/trunk/content/mina-project/developper-guide.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 15 16:29:20 2012
@@ -1 +1 @@
-1409867
+1409868

Modified: websites/staging/mina/trunk/content/mina-project/developper-guide.html
==============================================================================
--- websites/staging/mina/trunk/content/mina-project/developper-guide.html (original)
+++ websites/staging/mina/trunk/content/mina-project/developper-guide.html Thu Nov 15 16:29:20 2012
@@ -194,7 +194,7 @@ You can declare new variables in Eclipse
 <li><code>http://svn.apache.org/repos/asf/mina/mina/tags/</code></li>
 </ul>
 <h1 id="coding-convention">Coding Convention</h1>
-<p>We follow <a href="http://java.sun.com/docs/codeconv/">Sun's standard Java coding convention</a> except that we always use spaces instead of tabs. Please download <a href="ImprovedJavaConventions.xml">the Eclipse Java formatter settings file</a> before you make any changes to the code.</p>
+<p>We follow <a href="http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html">Sun's standard Java coding convention</a> except that we always use spaces instead of tabs. Please download <a href="ImprovedJavaConventions.xml">the Eclipse Java formatter settings file</a> before you make any changes to the code.</p>
 <p>This file is also available in the <code>/resources</code> directory.</p>
 <h1 id="class-header">Class header</h1>
 <p>As class header we use :</p>