JS: fix javadoc

This commit is contained in:
Asger F
2019-02-07 13:53:29 +00:00
parent 6cc30fe732
commit 9dae08bbcf

View File

@@ -104,7 +104,7 @@ public class ExtractorConfig {
/**
* Returns the set of local variables in scope at the top-level of this module.
* <p/>
* <p>
* If this source type has no local scope, the empty set is returned.
*/
public Set<String> getPredefinedLocals(Platform platform, String extension) {