Author: limpbizkit
Date: Fri Jun 19 09:05:17 2009
New Revision: 1021
Modified:
wiki/AOP.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/AOP.wiki
==============================================================================
--- wiki/AOP.wiki (original)
+++ wiki/AOP.wiki Fri Jun 19 09:05:17 2009
@@ -52,8 +52,7 @@
{{{
Exception in thread "main" java.lang.IllegalStateException: chargeOrder
not allowed on weekends!
at com.publicobject.pizza.WeekendBlocker.invoke(WeekendBlocker.java:65)
- at
com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:64)
- at
com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:44)
+ at com.google.inject.internal.InterceptorStackCallback.intercept(...)
at
com.publicobject.pizza.RealBillingService$$EnhancerByGuice$$49ed77ce.chargeOrder(<generated>)
at com.publicobject.pizza.WeekendExample.main(WeekendExample.java:47)}}}
}}}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---