Remove unnecessary @SuppressWarnings annotation declarations.
This commit is contained in:
@@ -122,7 +122,6 @@ public class ClusterAwareConfiguration extends AbstractAnnotationConfigSupport {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("all")
|
||||
public synchronized boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata) {
|
||||
|
||||
if (clusterAvailable.get() == null) {
|
||||
@@ -183,7 +182,6 @@ public class ClusterAwareConfiguration extends AbstractAnnotationConfigSupport {
|
||||
);
|
||||
}
|
||||
|
||||
@SuppressWarnings("all")
|
||||
List<ConnectionEndpoint> getConfiguredConnectionEndpoints(Environment environment) {
|
||||
|
||||
List<ConnectionEndpoint> connectionEndpoints = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user