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 2013/06/03 16:00:23 UTC

svn commit: r1488996 - in /accumulo/contrib/instamo-archetype/branches: 1.4/ 1.4/src/main/resources/archetype-resources/src/main/java/ 1.4/src/main/resources/archetype-resources/src/test/java/ 1.5/ 1.5/src/main/resources/archetype-resources/src/main/ja...

Author: ecn
Date: Mon Jun  3 14:00:22 2013
New Revision: 1488996

URL: http://svn.apache.org/r1488996
Log:
ACCUMULO-1166 fixed spelling

Modified:
    accumulo/contrib/instamo-archetype/branches/1.4/   (props changed)
    accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/main/java/   (props changed)
    accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/   (props changed)
    accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
    accumulo/contrib/instamo-archetype/branches/1.5/   (props changed)
    accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/main/java/   (props changed)
    accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/   (props changed)
    accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java

Propchange: accumulo/contrib/instamo-archetype/branches/1.4/
------------------------------------------------------------------------------
  Merged /accumulo/contrib/instamo-archetype/trunk:r1488991

Propchange: accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/main/java/
------------------------------------------------------------------------------
  Merged /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/java:r1488991

Propchange: accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/
------------------------------------------------------------------------------
  Merged /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java:r1488991

Modified: accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
URL: http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java?rev=1488996&r1=1488995&r2=1488996&view=diff
==============================================================================
--- accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java (original)
+++ accumulo/contrib/instamo-archetype/branches/1.4/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java Mon Jun  3 14:00:22 2013
@@ -104,7 +104,7 @@ public class ExampleAccumuloUnitTest {
       System.out.println(entry.getKey() + " " + entry.getValue());
     }
    
-    //TODO use scanner to find common enemie ids between Alice and Bob, then
+    //TODO use scanner to find common enemy ids between Alice and Bob, then
     //use BatchScanner to look up their names
  
     conn.tableOperations().delete("foo");

Propchange: accumulo/contrib/instamo-archetype/branches/1.5/
------------------------------------------------------------------------------
  Merged /accumulo/contrib/instamo-archetype/trunk:r1488991

Propchange: accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/main/java/
------------------------------------------------------------------------------
  Merged /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/main/java:r1488991

Propchange: accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/
------------------------------------------------------------------------------
  Merged /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/src/test/java:r1488991

Modified: accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
URL: http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java?rev=1488996&r1=1488995&r2=1488996&view=diff
==============================================================================
--- accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java (original)
+++ accumulo/contrib/instamo-archetype/branches/1.5/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java Mon Jun  3 14:00:22 2013
@@ -106,7 +106,7 @@ public class ExampleAccumuloUnitTest {
       System.out.println(entry.getKey() + " " + entry.getValue());
     }
    
-    //TODO use scanner to find common enemie ids between Alice and Bob, then
+    //TODO use scanner to find common enemy ids between Alice and Bob, then
     //use BatchScanner to look up their names
  
     conn.tableOperations().delete("foo");