mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 13:34:09 +08:00
Pre Merge pull request !1305 from Toint/v6-dev
This commit is contained in:
commit
92ff7ae2fc
@ -62,7 +62,6 @@ public class FieldInvoker implements Invoker {
|
|||||||
*/
|
*/
|
||||||
public FieldInvoker(final Field field) {
|
public FieldInvoker(final Field field) {
|
||||||
this.field = Assert.notNull(field);
|
this.field = Assert.notNull(field);
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user