Author: tv
Date: Thu Nov 17 19:56:49 2016
New Revision: 1770273
URL: http://svn.apache.org/viewvc?rev=1770273&view=rev
Log:
Fix JavaDoc
Modified:
turbine/core/trunk/src/java/org/apache/turbine/annotation/AnnotationProcessor.java
Modified:
turbine/core/trunk/src/java/org/apache/turbine/annotation/AnnotationProcessor.java
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/src/java/org/apache/turbine/annotation/AnnotationProcessor.java?rev=1770273&r1=1770272&r2=1770273&view=diff
==============================================================================
---
turbine/core/trunk/src/java/org/apache/turbine/annotation/AnnotationProcessor.java
(original)
+++
turbine/core/trunk/src/java/org/apache/turbine/annotation/AnnotationProcessor.java
Thu Nov 17 19:56:49 2016
@@ -78,11 +78,11 @@ public class AnnotationProcessor
}
/**
- * Search for annotated fields of the object and provide them with the
- * appropriate TurbineService
+ * Search for annotated fields of the object and inject the appropriate
+ * objects
*
* @param object the object
- * @throws TurbineException if the service could not be injected
+ * @throws TurbineException if the objects could not be injected
*/
public static void process(Object object) throws TurbineException
{