Skip to content

Commit d1a54b2

Browse files
committed
JavaDoc
1 parent 4d05e87 commit d1a54b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/com/oracle/appbundler/Runtime.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class Runtime extends FileSet {
3737

3838
/**
3939
* Constructor with the jre directory to use
40-
* @param jreDir
40+
* @param jreDir the directory of the JRE to set
4141
*/
4242
public Runtime( File jreDir ) {
4343
super();
@@ -59,7 +59,7 @@ public File getDir() {
5959
}
6060

6161
/**
62-
* {@inheritsDoc}
62+
* {@inheritDoc}
6363
*/
6464
@Override
6565
public void appendIncludes( String[] includes ) {
@@ -68,7 +68,7 @@ public void appendIncludes( String[] includes ) {
6868
}
6969

7070
/**
71-
* {@inheritsDoc}
71+
* {@inheritDoc}
7272
*/
7373
@Override
7474
public void appendExcludes( String[] excludes ) {

0 commit comments

Comments
 (0)