mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Merge pull request #1044 from xiemaisi/js/fix-javadoc
JavaScript: Remove a `@link` in Javadoc.
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