Skip to content

Commit a8b84e4

Browse files
authored
Merge pull request github#5390 from Marcono1234/patch-2
Java: Fix documentation mistake in Modules.qll
2 parents c9786df + edeb084 commit a8b84e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/Modules.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class OpensDirective extends Directive, @opens {
144144

145145
/**
146146
* Gets a module specified in the `to` clause of this
147-
* `exports` directive, if any.
147+
* `opens` directive, if any.
148148
*/
149149
Module getATargetModule() { opensTo(this, result) }
150150

0 commit comments

Comments
 (0)