Skip to content

Commit 832dff5

Browse files
author
Max Schaefer
committed
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.
1 parent 926ee74 commit 832dff5

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)