[wiki.stajistics] push by - Edited wiki page GettingStarted through web user interface. on 2011-07-14 20:59 GMT

0 views
Skip to first unread message

staji...@googlecode.com

unread,
Jul 14, 2011, 5:00:09 PM7/14/11
to stajist...@googlegroups.com
Revision: d050c7b974c5
Author: troy.k...@gmail.com
Date: Thu Jul 14 13:59:03 2011
Log: Edited wiki page GettingStarted through web user interface.
http://code.google.com/p/stajistics/source/detail?repo=wiki&r=d050c7b974c5

Modified:
/GettingStarted.wiki

=======================================
--- /GettingStarted.wiki Thu Jul 14 12:19:49 2011
+++ /GettingStarted.wiki Thu Jul 14 13:59:03 2011
@@ -267,12 +267,12 @@
Service service = new ServiceImpl(name);

// Create a key to uniquely represent the service
- StatsKey serviceKey = Stats.buildKey("services")
- .withAttribute("name", name)
- .newKey();
+ StatsKey serviceKey = statsFactory.buildKey("services")
+ .withAttribute("name", name)
+ .newKey();

// Proxy the service, implementing all of its interfaces
- service = StatsProxy.wrap(Stats.getManager(),
+ service = StatsProxy.wrap(statsFactory,
serviceKey,
service);

Reply all
Reply to author
Forward
0 new messages