ACCUMULO-1166 fixed spelling git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/branches/1.4@1488996 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/7103f5bb Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/7103f5bb Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/7103f5bb Branch: refs/heads/master Commit: 7103f5bb06405ea49498bb2e22f13e8ae2c229f2 Parents: 75dbbd6 Author: Eric C. Newton <[email protected]> Authored: Mon Jun 3 14:00:22 2013 +0000 Committer: Eric C. Newton <[email protected]> Committed: Mon Jun 3 14:00:22 2013 +0000 ---------------------------------------------------------------------- .../archetype-resources/src/test/java/ExampleAccumuloUnitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/7103f5bb/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java ---------------------------------------------------------------------- diff --git a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java index e3c6d90..0d225c5 100644 --- a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java +++ b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java @@ -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");
