Format source code.

This commit is contained in:
John Blum
2018-05-22 00:09:52 -07:00
parent e163c4835d
commit c9496b99e7

View File

@@ -37,7 +37,6 @@ import org.springframework.data.gemfire.config.annotation.EnableSsl;
@Conditional(SslAutoConfiguration.EnableSslCondition.class)
@AutoConfigureBefore(ClientCacheAutoConfiguration.class)
@EnableSsl
@SuppressWarnings("unused")
public class SslAutoConfiguration {
@SuppressWarnings("unused")
@@ -52,5 +51,6 @@ public class SslAutoConfiguration {
@ConditionalOnProperty({ "gemfire.ssl-keystore", "gemfire.ssl-truststore", "ssl-keystore", "ssl-truststore", })
static class StandaloneApacheGeodeSslContextCondition {}
}
}