Adjusting the code format

pull/1048/head
chen.ma 1 year ago
parent a461daa371
commit 2858b9fd4f

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

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

Loading…
Cancel
Save