Edit README and format source code examples.

This commit is contained in:
John Blum
2020-07-27 19:07:01 -07:00
parent 6f3e5fc1b4
commit 015b80c5ab

View File

@@ -527,7 +527,7 @@ class ExampleUnitTest {
Object key = invocation.getArgugment(0);
Object value = invocation.getArgument(1);
Object existingValue = null;
Object existingValue;
synchronized (this.example) {
@@ -702,7 +702,7 @@ class ExampleIntegrationTest {
@EnableLocator
@EnableManager
@EnableGemFireResourceCollector
static class TestGeodeConfiguration { }
static class TestGeodeConfiguration { }
}
----