We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d05e87 commit d1a54b2Copy full SHA for d1a54b2
src/com/oracle/appbundler/Runtime.java
@@ -37,7 +37,7 @@ public class Runtime extends FileSet {
37
38
/**
39
* Constructor with the jre directory to use
40
- * @param jreDir
+ * @param jreDir the directory of the JRE to set
41
*/
42
public Runtime( File jreDir ) {
43
super();
@@ -59,7 +59,7 @@ public File getDir() {
59
}
60
61
62
- * {@inheritsDoc}
+ * {@inheritDoc}
63
64
@Override
65
public void appendIncludes( String[] includes ) {
@@ -68,7 +68,7 @@ public void appendIncludes( String[] includes ) {
68
69
70
71
72
73
74
public void appendExcludes( String[] excludes ) {
0 commit comments