Skip to content

Commit ace6dd9

Browse files
authored
Merge pull request #1983 from aerain/aerain-patch-1
Modify javadoc in Options.java
2 parents 501c9a6 + bf3d131 commit ace6dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/annotations/Options.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
* <pre>
3535
* public interface UserMapper {
36-
* &#064;Option(useGeneratedKeys = true, keyProperty = "id")
36+
* &#064;Options(useGeneratedKeys = true, keyProperty = "id")
3737
* &#064;Insert("INSERT INTO users (name) VALUES(#{name})")
3838
* boolean insert(User user);
3939
* }

0 commit comments

Comments
 (0)