Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakllp committed Sep 2, 2021
1 parent 474496f commit 50f7a8b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ public static boolean setFinalFieldValue(@NonNull Field field, Object target, Ob

field.set(target, value);
return true;
} catch (Exception ignored) {
ignored.printStackTrace();
} catch (Throwable ignored) {
}
return false;
}
Expand Down

0 comments on commit 50f7a8b

Please sign in to comment.