We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6615b commit 341ab2eCopy full SHA for 341ab2e
1 file changed
java/ql/src/semmle/code/java/frameworks/jOOQ.qll
@@ -10,9 +10,7 @@ import java
10
* https://www.jooq.org/doc/current/manual/sql-building/plain-sql/
11
*/
12
private class PlainSQLType extends Annotation {
13
- PlainSQLType() {
14
- this.getType().hasQualifiedName("org.jooq", "PlainSQL")
15
- }
+ PlainSQLType() { this.getType().hasQualifiedName("org.jooq", "PlainSQL") }
16
}
17
18
/**
0 commit comments