mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 06:54:58 +00:00
Collapse similar catches
This commit is contained in:
parent
aac81914cb
commit
d250001082
1 changed files with 1 additions and 4 deletions
|
@ -925,10 +925,7 @@ public class Utilities
|
|||
return (T) field.get(from);
|
||||
|
||||
}
|
||||
catch (NoSuchFieldException ex)
|
||||
{
|
||||
}
|
||||
catch (IllegalAccessException ex)
|
||||
catch (NoSuchFieldException | IllegalAccessException ignored)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue