Author: simonetripodi
Date: Sat May 28 16:06:08 2011
New Revision: 1128693
URL: http://svn.apache.org/viewvc?rev=1128693&view=rev
Log:
fixed javadoc violations
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectCreationFactory.java
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectCreationFactory.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectCreationFactory.java?rev=1128693&r1=1128692&r2=1128693&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectCreationFactory.java
(original)
+++
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/ObjectCreationFactory.java
Sat May 28 16:06:08 2011
@@ -36,10 +36,10 @@ public interface ObjectCreationFactory<T
{
/**
- * <p>
* Factory method called by {@link FactoryCreateRule} to supply an object
based on the element's attributes.
- *
+ *
* @param attributes the element's attributes
+ * @return the object to be pushed onto the <code>Digester</code> stack
* @throws Exception any exception thrown will be propagated upwards
*/
T createObject( Attributes attributes )