summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-07-09 04:52:26 +0000
committerBob Lee <crazybob@crazybob.org>2009-07-09 04:52:26 +0000
commit16353440c5f3f60bfe4efc1a693f0484616da064 (patch)
treeb950cc2a6538b29c8f528bea326de50ab1a3fcfb /src
parent79ff301e4ba506aa5da01b7d019a480b93756957 (diff)
downloadplatform_external_jsr330-16353440c5f3f60bfe4efc1a693f0484616da064.tar.gz
platform_external_jsr330-16353440c5f3f60bfe4efc1a693f0484616da064.tar.bz2
platform_external_jsr330-16353440c5f3f60bfe4efc1a693f0484616da064.zip
Added missing space.
git-svn-id: https://atinject.googlecode.com/svn/trunk@21 3bc8319c-20ab-11de-9edc-3f40a397ab60
Diffstat (limited to 'src')
-rw-r--r--src/javax/inject/package-info.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/inject/package-info.java b/src/javax/inject/package-info.java
index db76976..4cfbccd 100644
--- a/src/javax/inject/package-info.java
+++ b/src/javax/inject/package-info.java
@@ -137,7 +137,7 @@
* and fields to advertise their injectability (constructor injection is
* demonstrated in the examples above). A dependency injector identifies a
* class's dependencies by inspecting these annotations, and injects the
- * dependencies at runtime. Moreover, the injector can verify that all
+ * dependencies at run time. Moreover, the injector can verify that all
* dependencies have been satisfied at <i>build time</i>. A service locator,
* by contrast, cannot detect unsatisfied dependencies until run time.
*