mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
删除多余的符号
This commit is contained in:
parent
f464411b90
commit
d2c370629d
@ -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…
x
Reference in New Issue
Block a user