(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 2 Aug 2010 21:13:59 +0000 (21:13 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 2 Aug 2010 21:13:59 +0000 (21:13 +0000)
test/enterprise/src/main/java/org/wamblee/test/inject/Binding.java

index e9b27b98329a0252cecf537ab28701bf1ddbfdd3..78d1f3a39c0b5d245ca98be82443372b4e14827c 100644 (file)
@@ -47,7 +47,7 @@ public class Binding<T> {
      * @param aAnnotation
      *            Annotation that must be present on the field.
      * @param aValue
-     *            Value of the annotation.
+     *            Value to inject.
      */
     public Binding(Class<T> aClass, Class<? extends Annotation> aAnnotation,
         Object aValue) {