From 400bef30582bb2a05e712aed23f7dee0ddb8266a Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 31 Jul 2010 23:57:58 +0000 Subject: [PATCH] --- .../src/main/java/org/wamblee/inject/InjectorBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/inject/src/main/java/org/wamblee/inject/InjectorBuilder.java b/support/inject/src/main/java/org/wamblee/inject/InjectorBuilder.java index f0c0292b..22d42a52 100644 --- a/support/inject/src/main/java/org/wamblee/inject/InjectorBuilder.java +++ b/support/inject/src/main/java/org/wamblee/inject/InjectorBuilder.java @@ -64,7 +64,7 @@ public class InjectorBuilder { /** * Gets an injector that support injection into any type of object and - * performs caching of the injector obtained from the + * performs caching of the injectors obtained from the * {@link InjectorFactory}. * * @return Injector. -- 2.31.1