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);