peterreilly 2005/05/24 10:16:23
Modified: src/main/org/apache/tools/ant/taskdefs/rmic
ForkingSunRmic.java
Log:
checkstyle - javadoc
Revision Changes Path
1.6 +2 -2
ant/src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java
Index: ForkingSunRmic.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ForkingSunRmic.java 15 Mar 2005 09:35:25 -0000 1.5
+++ ForkingSunRmic.java 24 May 2005 17:16:22 -0000 1.6
@@ -45,8 +45,8 @@
/**
* exec by creating a new command
- * @return
- * @throws BuildException
+ * @return true if the command ran successfully
+ * @throws BuildException on error
*/
public boolean execute() throws BuildException {
Rmic owner = getRmic();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]