Fix syntax (compiler) errors in code snippets.

This commit is contained in:
John Blum
2020-09-03 13:31:11 -07:00
parent 34c36ada40
commit 56ce511775

View File

@@ -29,7 +29,7 @@ main application class:
[source,java]
----
@SpringBootApplication
public SpringBootApacheGeodeClientCacheApplication {
public class SpringBootApacheGeodeClientCacheApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootApacheGeodeClientCacheApplication.class, args);
@@ -68,7 +68,7 @@ For example, perhaps you want to perform some additional `ClientCache` initializ
[source,java]
----
@SpringBootApplication
public SpringBootApacheGeodeClientCacheApplication {
public class SpringBootApacheGeodeClientCacheApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootApacheGeodeClientCacheApplication.class, args);