Skip to content

Commit d0a19ff

Browse files
authored
Copyedit
1 parent 8bcbf8e commit d0a19ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/frameworks/MyBatis.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class IbatisSqlOperationAnnotation extends Annotation {
8181
}
8282

8383
/**
84-
* Get the SQL statement string.
84+
* Gets this annotation's SQL statement string.
8585
*/
8686
string getSqlValue() {
8787
result = this.getAValue("value").(CompileTimeConstantExpr).getStringValue()

0 commit comments

Comments
 (0)