You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/01/26 18:32:58 UTC

svn commit: r1236304 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InjectionResources.java

Author: hlship
Date: Thu Jan 26 17:32:57 2012
New Revision: 1236304

URL: http://svn.apache.org/viewvc?rev=1236304&view=rev
Log:
Minor correction to JavaDoc

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InjectionResources.java

Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InjectionResources.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InjectionResources.java?rev=1236304&r1=1236303&r2=1236304&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InjectionResources.java (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/InjectionResources.java Thu Jan 26 17:32:57 2012
@@ -19,7 +19,7 @@ import java.lang.reflect.Type;
 /**
  * Provides for the injection of specific types of values as <em>resources</em> as opposed to services or objects
  * obtained from {@link org.apache.tapestry5.ioc.services.MasterObjectProvider}. This includes values such as a
- * service's id, logger or service interface class.
+ * service's logger, service interface class, or {@link org.apache.tapestry5.ioc.ServiceResources}.
  */
 public interface InjectionResources
 {