Remove @SuppressWarnings('all') annotation.
This commit is contained in:
@@ -47,7 +47,6 @@ import org.springframework.data.gemfire.config.annotation.EnablePdx;
|
||||
@ConditionalOnMissingBean(GemFireCache.class)
|
||||
@ClientCacheApplication
|
||||
@EnablePdx
|
||||
@SuppressWarnings("all")
|
||||
public class ClientCacheAutoConfiguration {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user