ACCUMULO-1166 fixed spelling git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype/branches/1.5@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/faa7f8d9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/faa7f8d9 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/faa7f8d9 Branch: refs/heads/master Commit: faa7f8d9427d515104f2248d465d2d2fc599c401 Parents: f7bbe5e 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/faa7f8d9/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 0550888..4938ab9 100644 --- a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java +++ b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java @@ -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");
