Revision: 1105
Author: crazyboblee
Date: Tue Sep 29 10:29:05 2009
Log: Removed TODO.
http://code.google.com/p/google-guice/source/detail?r=1105
Modified:
/trunk/src/com/google/inject/spi/InjectionPoint.java
=======================================
--- /trunk/src/com/google/inject/spi/InjectionPoint.java Tue Sep 29
00:52:01 2009
+++ /trunk/src/com/google/inject/spi/InjectionPoint.java Tue Sep 29
10:29:05 2009
@@ -664,7 +664,6 @@
*/
private static boolean overrides(Method a, Method b) {
// See JLS section 8.4.8.1
- // TODO: Do I need to worry about the visibility of the declaring
class? I don't think so...
int modifiers = b.getModifiers();
if (Modifier.isPublic(modifiers) || Modifier.isProtected(modifiers)) {
return true;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---