Revision: 1412
Author: sberlin
Date: Sat Nov 20 20:50:20 2010
Log: Edited wiki page FrequentlyAskedQuestions through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1412

Modified:
 /wiki/FrequentlyAskedQuestions.wiki

=======================================
--- /wiki/FrequentlyAskedQuestions.wiki Sat Nov 20 18:27:40 2010
+++ /wiki/FrequentlyAskedQuestions.wiki Sat Nov 20 20:50:20 2010
@@ -177,7 +177,9 @@
 {{{
 public class NotOnWeekendsModule extends AbstractModule {
   protected void configure() {
- bindInterceptor(any(), annotatedWith(NotOnWeekends.class), new WeekendBlocker(getProvider(Calendar.class)));
+    bindInterceptor(any(),
+                    annotatedWith(NotOnWeekends.class),
+                    new WeekendBlocker(getProvider(Calendar.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