Skip to content

Commit b291da9

Browse files
xteraoCopilot
andauthored
Revise the action description text.
Co-authored-by: Copilot <[email protected]>
1 parent 564dc4e commit b291da9

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/intentionDescriptions/ConvertSqlFileToAnnotationFromDaoAction

1 file changed

+1
-1
lines changed

src/main/resources/intentionDescriptions/ConvertSqlFileToAnnotationFromDaoAction/description.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<body>
33
<p>
44
This action converts SQL statements from SQL files into Sql annotations for DAO methods.<br>
5-
By selecting an DAO method and executing the action, the corresponding SQL will be embedded as an annotation in the appropriate DAO method.<br>
5+
By selecting a DAO method and executing the action, the corresponding SQL will be embedded as an annotation in the appropriate DAO method.<br>
66
This makes it easier to manage SQL directly within the source code and improves code readability and maintainability.
77
</p>
88
</body>

0 commit comments

Comments
 (0)