We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb991fb commit 09463f4Copy full SHA for 09463f4
1 file changed
ql/src/queries/style/GetAPrimaryQlClassConsistency.ql
@@ -24,4 +24,4 @@ where
24
)
25
select pred,
26
"The getAPrimaryQlClass predicate $@ instead of the class name \"" + pred.getParent().getName() +
27
- "\".", constant, "results in \"" + constant.getValue() + " \""
+ "\".", constant, "results in \"" + constant.getValue() + "\""
0 commit comments