Skip to content

Commit e34eebb

Browse files
committed
Removing @author from method and making it just 'author' as javadoc does not like the @author there
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@741458 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3d11eda commit e34eebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/cli/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public void testGroovy() throws Exception {
171171
}
172172

173173
/**
174-
* @author Slawek Zachcial
174+
* author Slawek Zachcial
175175
*/
176176
public void testMan()
177177
{

0 commit comments

Comments
 (0)