Browse Source

checkstyle - javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278352 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
f8c14ca446
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java View File

@@ -45,8 +45,8 @@ public class ForkingSunRmic extends DefaultRmicAdapter {

/**
* 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();


Loading…
Cancel
Save