This commit is contained in:
Chris Smowton
2021-12-09 14:58:29 +00:00
committed by GitHub
parent 8bcbf8e30f
commit d0a19fffee

View File

@@ -81,7 +81,7 @@ class IbatisSqlOperationAnnotation extends Annotation {
}
/**
* Get the SQL statement string.
* Gets this annotation's SQL statement string.
*/
string getSqlValue() {
result = this.getAValue("value").(CompileTimeConstantExpr).getStringValue()