Identical catch blocks can be combined
This commit is contained in:
parent
b1deb442d1
commit
9fb4f47f35
|
@ -733,10 +733,8 @@ public class FieldUtils {
|
|||
}
|
||||
}
|
||||
}
|
||||
} catch (final NoSuchFieldException ignored) {
|
||||
} catch (final NoSuchFieldException | IllegalAccessException ignored) {
|
||||
// The field class contains always a modifiers field
|
||||
} catch (final IllegalAccessException ignored) {
|
||||
// The modifiers field is made accessible
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue