From 832dff54e85a1be8a07af2bff22734021a295fbf Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Tue, 5 Mar 2019 17:01:07 +0000 Subject: [PATCH] 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. --- .../src/com/semmle/js/extractor/test/AutoBuildTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java b/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java index 73aa1961a63..d6934932932 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java +++ b/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java @@ -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);