Author: simonetripodi
Date: Sat May 28 15:50:39 2011
New Revision: 1128685
URL: http://svn.apache.org/viewvc?rev=1128685&view=rev
Log:
fixed javadoc violations
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetTopRule.java
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetTopRule.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetTopRule.java?rev=1128685&r1=1128684&r2=1128685&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetTopRule.java
(original)
+++
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetTopRule.java
Sat May 28 15:50:39 2011
@@ -101,7 +101,7 @@ public class SetTopRule
* </p>
*
* @return true iff exact matching is enabled
- * @since Digester Release 1.1.1
+ * @since 1.1.1
*/
public boolean isExactMatch()
{
@@ -117,7 +117,7 @@ public class SetTopRule
* </p>
*
* @param useExactMatch should this rule use exact method matching
- * @since Digester Release 1.1.1
+ * @since 1.1.1
*/
public void setExactMatch( boolean useExactMatch )
{
@@ -125,7 +125,7 @@ public class SetTopRule
}
/**
- * Process the end of this element.
+ * {@inheritDoc}
*/
@Override
public void end( String namespace, String name )
@@ -172,7 +172,7 @@ public class SetTopRule
}
/**
- * Render a printable version of this Rule.
+ * {@inheritDoc}
*/
@Override
public String toString()