We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf36682 + 8f81855 commit e8d3647Copy full SHA for e8d3647
src/com/jfinal/plugin/activerecord/Model.java
@@ -495,7 +495,7 @@ public M setAttrs(M model) {
495
496
/**
497
* Set attributes with Map.
498
- * @param model the Model
+ * @param attrs Attributes of this model
499
* @return this Model
500
*/
501
public M setAttrs(Map<String, Object> attrs) {
@@ -572,7 +572,7 @@ public M keep(String... attrs) {
572
573
574
* Keep attribute of this model and remove other attributes.
575
- * @param attrs the attribute names of the model
+ * @param attr the attribute names of the model
576
* @return this model
577
578
public M keep(String attr) {
0 commit comments