mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove superfluous NullAway suppressions
This commit is contained in:
-3
@@ -105,9 +105,6 @@ class DataRestAutoConfigurationTests {
|
||||
assertThat(bean.isEnableEnumTranslation()).isTrue();
|
||||
}
|
||||
|
||||
// https://github.com/spring-projects/spring-data-rest/issues/2515
|
||||
// https://github.com/spring-projects/spring-data-rest/issues/2516
|
||||
@SuppressWarnings("NullAway")
|
||||
private void assertReturnBody(RepositoryRestConfiguration bean) {
|
||||
assertThat(bean.returnBodyOnCreate(null)).isFalse();
|
||||
assertThat(bean.returnBodyOnUpdate(null)).isFalse();
|
||||
|
||||
Reference in New Issue
Block a user