Skip to content

Commit eb08dcf

Browse files
authored
Merge pull request #1044 from xiemaisi/js/fix-javadoc
JavaScript: Remove a `@link` in Javadoc.
2 parents 926ee74 + 832dff5 commit eb08dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private Path addFile(boolean extracted, FileType fileType, Path root, String...
8585
}
8686

8787
/**
88-
* Add a file with default file type; see {@link #addFile(boolean, FileType, Path, String...)}.
88+
* Add a file with default file type.
8989
*/
9090
private Path addFile(boolean extracted, Path root, String... components) throws IOException {
9191
return addFile(extracted, null, root, components);

0 commit comments

Comments
 (0)