Author: bayard
Date: Fri Feb 6 07:32:48 2009
New Revision: 741458
URL: http://svn.apache.org/viewvc?rev=741458&view=rev
Log:
Removing @author from method and making it just 'author' as javadoc does not
like the @author there
Modified:
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
Modified:
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java?rev=741458&r1=741457&r2=741458&view=diff
==============================================================================
---
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
(original)
+++
commons/proper/cli/branches/cli-1.x/src/test/org/apache/commons/cli/ApplicationTest.java
Fri Feb 6 07:32:48 2009
@@ -171,7 +171,7 @@
}
/**
- * @author Slawek Zachcial
+ * author Slawek Zachcial
*/
public void testMan()
{