Skip to content

Commit 52296d4

Browse files
yoffCopilot
andauthored
Update java/ql/lib/semmle/code/java/ConflictingAccess.qll
Co-authored-by: Copilot <[email protected]>
1 parent d052efa commit 52296d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/ConflictingAccess.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ExposedField extends Field {
7171

7272
/**
7373
* Gets the initial value for the field `f`.
74-
* This is either a static initializer or an assignment in a constructor.
74+
* This is either a field initializer or an assignment in a constructor.
7575
*/
7676
Expr initialValue(Field f) {
7777
result = f.getInitializer()

0 commit comments

Comments
 (0)