Skip to content

Commit cbc0100

Browse files
committed
Apply suggestion from @Copilot
1 parent 50e9057 commit cbc0100

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)