mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
删除多余的符号
This commit is contained in:
@@ -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);
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user