You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/09/25 19:59:41 UTC

svn commit: r1390028 - /hbase/trunk/src/docbkx/developer.xml

Author: stack
Date: Tue Sep 25 17:59:40 2012
New Revision: 1390028

URL: http://svn.apache.org/viewvc?rev=1390028&view=rev
Log:
HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki

Modified:
    hbase/trunk/src/docbkx/developer.xml

Modified: hbase/trunk/src/docbkx/developer.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1390028&r1=1390027&r2=1390028&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/developer.xml (original)
+++ hbase/trunk/src/docbkx/developer.xml Tue Sep 25 17:59:40 2012
@@ -57,7 +57,7 @@ git clone git://git.apache.org/hbase.git
             We encourage you to have this formatter in place in eclipse when editing HBase code.  To load it into eclipse:
 <orderedlist>
 <listitem><para>Go to Eclipse->Preferences...</para></listitem>
-<listitem><para>In Preferences, Go to Java-&gt;Code Style-&gt;>Formatter</para></listitem>
+<listitem><para>In Preferences, Go to Java-&gt;Code Style-&gt;Formatter</para></listitem>
 <listitem><para>Import... <filename>hbase_eclipse_formatter.xml</filename></para></listitem>
 <listitem><para>Click Apply</para></listitem>
 <listitem><para>Still in Preferences, Go to Java->Editor->Save Actions</para></listitem>