git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825324 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
rfeng 2009-10-14 22:45:32 +00:00
commit 23719c8f1c
4 changed files with 1 additions and 1 deletions

View file

@ -96,7 +96,7 @@ public class HelloworldServiceImpl implements HelloworldService {
private Long countInStore() {
Transaction tx = datastoreService.beginTransaction();
Entity entity = null;
Key key = KeyFactory.createKey("HitCounter", "countter");
Key key = KeyFactory.createKey("HitCounter", "counter");
try {
entity = datastoreService.get(tx, key);
} catch (EntityNotFoundException e1) {