Merge pull request #1044 from xiemaisi/js/fix-javadoc

JavaScript: Remove a `@link` in Javadoc.
This commit is contained in:
Asger F
2019-03-05 18:09:10 +01:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ public class AutoBuildTests {
}
/**
* Add a file with default file type; see {@link #addFile(boolean, FileType, Path, String...)}.
* Add a file with default file type.
*/
private Path addFile(boolean extracted, Path root, String... components) throws IOException {
return addFile(extracted, null, root, components);