Format source code.
This commit is contained in:
@@ -96,14 +96,14 @@ public abstract class ForkingClientServerIntegrationTestsSupport extends ClientS
|
||||
System.clearProperty(GEMFIRE_POOL_SERVERS_PROPERTY);
|
||||
}
|
||||
|
||||
protected static synchronized Optional<ProcessWrapper> getGemFireServerProcess() {
|
||||
return Optional.ofNullable(gemfireServer);
|
||||
}
|
||||
|
||||
protected static synchronized void setGemFireServerProcess(ProcessWrapper gemfireServerProcess) {
|
||||
gemfireServer = gemfireServerProcess;
|
||||
}
|
||||
|
||||
protected static synchronized Optional<ProcessWrapper> getGemFireServerProcess() {
|
||||
return Optional.ofNullable(gemfireServer);
|
||||
}
|
||||
|
||||
@EnablePdx
|
||||
@ClientCacheApplication(logLevel = GEMFIRE_LOG_LEVEL)
|
||||
protected static class BaseGemFireClientConfiguration extends ClientServerIntegrationTestsConfiguration { }
|
||||
|
||||
Reference in New Issue
Block a user