Author: limpbizkit
Date: Mon Oct 20 19:17:14 2008
New Revision: 645
Modified:
trunk/src/com/google/inject/internal/Errors.java
Log:
Restoring a missing 'at' statement in the Errors message
Modified: trunk/src/com/google/inject/internal/Errors.java
==============================================================================
--- trunk/src/com/google/inject/internal/Errors.java (original)
+++ trunk/src/com/google/inject/internal/Errors.java Mon Oct 20 19:17:14
2008
@@ -381,8 +381,9 @@
} else {
throw new AssertionError();
}
+ } else {
+ fmt.format(" while locating %s%n",
convert(dependency.getKey()));
}
- continue;
}
fmt.format(" at %s%n", sourceToString(source));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---