Adjusting the code format

pull/1048/head
chen.ma 2 years ago
parent a461daa371
commit 2858b9fd4f

@ -266,8 +266,9 @@ public class ReflectUtil {
} }
/** /**
* find field by fieldName and fieldType * Find field by fieldName and fieldType
* @param obj target obj *
* @param obj target obj
* @param filedName filedName * @param filedName filedName
* @param fieldType fieldType * @param fieldType fieldType
* @return target field or null * @return target field or null

@ -75,6 +75,4 @@ public class ZipkinExecutorAdapter implements DynamicThreadPoolAdapter {
} }
return null; return null;
} }
} }

Loading…
Cancel
Save