Skip to content

Commit

Permalink
Adjusting the code format
Browse files Browse the repository at this point in the history
  • Loading branch information
magestacks committed Jan 20, 2023
1 parent a461daa commit 2858b9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ public static Object createInstance(Class<?> cls) {
}

/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,4 @@ private Object doUnwrap(Object executor) {
}
return null;
}


}

0 comments on commit 2858b9f

Please sign in to comment.