Revision: 1547
Author:   sberlin
Date:     Mon May  2 19:53:09 2011
Log: remove "involving constructors" since we support proxies for circular dependencies involving providers too now.
http://code.google.com/p/google-guice/source/detail?r=1547

Modified:
 /trunk/core/src/com/google/inject/internal/DelegatingInvocationHandler.java

=======================================
--- /trunk/core/src/com/google/inject/internal/DelegatingInvocationHandler.java Sat Apr 30 08:38:05 2011 +++ /trunk/core/src/com/google/inject/internal/DelegatingInvocationHandler.java Mon May 2 19:53:09 2011
@@ -28,7 +28,7 @@
       throws Throwable {
     if (delegate == null) {
       throw new IllegalStateException("This is a proxy used to support"
-          + " circular references involving constructors. The object we're"
+          + " circular references. The object we're"
           + " proxying is not constructed yet. Please wait until after"
           + " injection has completed to use this object.");
     }

--
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