JavaScript: Remove a @link in Javadoc.

Javadoc claims not to be able to resolve this link, while Eclipse manages to do so without any problems, failing an internal PR check.

It's only in a test, though, so I just removed it.
This commit is contained in:
Max Schaefer
2019-03-05 17:01:07 +00:00
parent 926ee7425a
commit 832dff54e8

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);