mirror of
https://github.com/github/codeql.git
synced 2026-01-07 11:40:27 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user