Skip to content

Commit e8d3647

Browse files
committed
Merge pull request jfinal#20 from davepkxxx/master
修改JavaDoc的错误
2 parents cf36682 + 8f81855 commit e8d3647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/jfinal/plugin/activerecord/Model.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ public M setAttrs(M model) {
495495

496496
/**
497497
* Set attributes with Map.
498-
* @param model the Model
498+
* @param attrs Attributes of this model
499499
* @return this Model
500500
*/
501501
public M setAttrs(Map<String, Object> attrs) {
@@ -572,7 +572,7 @@ public M keep(String... attrs) {
572572

573573
/**
574574
* Keep attribute of this model and remove other attributes.
575-
* @param attrs the attribute names of the model
575+
* @param attr the attribute names of the model
576576
* @return this model
577577
*/
578578
public M keep(String attr) {

0 commit comments

Comments
 (0)