You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2011/10/29 21:46:42 UTC

svn commit: r1195003 - /incubator/accumulo/trunk/docs/mockAccumulo.html

Author: ecn
Date: Sat Oct 29 19:46:42 2011
New Revision: 1195003

URL: http://svn.apache.org/viewvc?rev=1195003&view=rev
Log:
ACCUMULO-99: changed the wrong file

Modified:
    incubator/accumulo/trunk/docs/mockAccumulo.html

Modified: incubator/accumulo/trunk/docs/mockAccumulo.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/docs/mockAccumulo.html?rev=1195003&r1=1195002&r2=1195003&view=diff
==============================================================================
--- incubator/accumulo/trunk/docs/mockAccumulo.html (original)
+++ incubator/accumulo/trunk/docs/mockAccumulo.html Sat Oct 29 19:46:42 2011
@@ -23,7 +23,6 @@ Accumulo called MockAccumulo.  The norma
 </p>
 
 <pre>
-   DistributedTrace.enable(instance, zooReader, hostname, "myApplication");
    Instance instance = new ZooKeeperInstance(...);
    Connector conn = instance.getConnector(user, passwd);
    BatchScanner scanner = conn.createBatchScaner(...);