Author: limpbizkit
Date: Fri Dec  5 20:25:48 2008
New Revision: 719

Modified:
    wiki/ThrowingProviders.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/ThrowingProviders.wiki
==============================================================================
--- wiki/ThrowingProviders.wiki (original)
+++ wiki/ThrowingProviders.wiki Fri Dec  5 20:25:48 2008
@@ -28,7 +28,7 @@
  public static class FeedModule extends AbstractModule {
    protected void configure() {
      ThrowingProviderBinder.create(binder())
-        .bind(FeedProvuyider.class, BbcFeed.class)
+        .bind(FeedProvider.class, BbcFeed.class)
          .annotatedWith(WorldNews.class)
          .to(WorldNewsFeedProvider.class)
          .in(HourlyScoped.class);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to