summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-10-05 16:11:38 +0000
committerBob Lee <crazybob@crazybob.org>2009-10-05 16:11:38 +0000
commit3d1ea18eda738f6be102661378021e40d6b1eee9 (patch)
tree4186d30dd5e545040da0c5e46b0c2c15aa4099e1
parente09c2e20514a8e944ca4f190e0f2bb65276dd2a9 (diff)
downloadplatform_external_jsr330-3d1ea18eda738f6be102661378021e40d6b1eee9.tar.gz
platform_external_jsr330-3d1ea18eda738f6be102661378021e40d6b1eee9.tar.bz2
platform_external_jsr330-3d1ea18eda738f6be102661378021e40d6b1eee9.zip
Minor tweak.
git-svn-id: https://atinject.googlecode.com/svn/trunk@54 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--src/javax/inject/Inject.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javax/inject/Inject.java b/src/javax/inject/Inject.java
index e2d0b9a..43458f8 100644
--- a/src/javax/inject/Inject.java
+++ b/src/javax/inject/Inject.java
@@ -141,8 +141,8 @@ import static java.lang.annotation.ElementType.FIELD;
* <li>has an injectable constructor.</li>
* </ol>
*
- * <p>For example, the user might use external configuration to choose an
- * implementation. Beyond that, which values are injected depend upon the
+ * <p>For example, the user might use external configuration to pick an
+ * implementation of T. Beyond that, which values are injected depend upon the
* injector implementation and its configuration.
*
* <h3>Circular Dependencies</h3>