Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcbf8e commit d0a19ffCopy full SHA for d0a19ff
1 file changed
java/ql/lib/semmle/code/java/frameworks/MyBatis.qll
@@ -81,7 +81,7 @@ class IbatisSqlOperationAnnotation extends Annotation {
81
}
82
83
/**
84
- * Get the SQL statement string.
+ * Gets this annotation's SQL statement string.
85
*/
86
string getSqlValue() {
87
result = this.getAValue("value").(CompileTimeConstantExpr).getStringValue()
0 commit comments