DATAGEODE-302 - Remove unnecessary @SuppressWarnings('all') anotation from requireProperty(:String, :Class).

This commit is contained in:
John Blum
2020-04-06 09:14:38 -07:00
parent 2e1ed277d2
commit e6384f624d

View File

@@ -815,7 +815,6 @@ public abstract class AbstractAnnotationConfigSupport
* For non-{@link String} values, this means the value must not be {@literal null}.
* @see #resolveProperty(String, Class, Object)
*/
@SuppressWarnings("all")
protected <T> T requireProperty(String propertyName, Class<T> type) {
return Optional.of(propertyName)