Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dae08b

Browse files
committed
JS: fix javadoc
1 parent 6cc30fe commit 9dae08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/extractor/src/com/semmle/js/extractor/ExtractorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public boolean isStrictMode() {
104104

105105
/**
106106
* Returns the set of local variables in scope at the top-level of this module.
107-
* <p/>
107+
* <p>
108108
* If this source type has no local scope, the empty set is returned.
109109
*/
110110
public Set<String> getPredefinedLocals(Platform platform, String extension) {

0 commit comments

Comments
 (0)