From 4c5cef1be4fa099fa340a1a090f3d488560c2991 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Thu, 24 Jan 2013 21:14:36 -0500 Subject: [PATCH] Updated implementation comment in Reflection2 --- core/src/main/java/org/jclouds/reflect/Reflection2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/jclouds/reflect/Reflection2.java b/core/src/main/java/org/jclouds/reflect/Reflection2.java index 47cfd33da9..767f071e3c 100644 --- a/core/src/main/java/org/jclouds/reflect/Reflection2.java +++ b/core/src/main/java/org/jclouds/reflect/Reflection2.java @@ -230,7 +230,7 @@ public class Reflection2 { public Invokable load(final TypeTokenNameAndParameterTypes key) { Set> methods = get(methodsForTypeToken, key.type); /* - * There may be multiple methods, even on the most immediate ancestor, + * There may be multiple instances, even on the most immediate ancestor, * of a method with the required name and parameter set. This will occur * if the method overrides one declared in a parent class with a less specific * return type. These bridge methods inserted by the compiler will be marked