Skip to content

Commit 498d370

Browse files
smowtonatorralba
andcommitted
Update java/ql/test/kotlin/library-tests/field-initializer-flow/test.ql
Co-authored-by: Tony Torralba <[email protected]>
1 parent 81baca2 commit 498d370

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/kotlin/library-tests/field-initializer-flow

1 file changed

+1
-1
lines changed

java/ql/test/kotlin/library-tests/field-initializer-flow/test.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import semmle.code.java.dataflow.DataFlow
33

44
class Config extends DataFlow::Configuration {
55

6-
Config() { this = "dlkjhfgsdjgfhd2" }
6+
Config() { this = "Config" }
77

88
override predicate isSource(DataFlow::Node n) {
99
n.asExpr().(CompileTimeConstantExpr).getStringValue() = "Source"

0 commit comments

Comments
 (0)