coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

README.md has typo in Java Code #369

Closed wwwsahoo closed 7 years ago

wwwsahoo commented 7 years ago

The following snippet of Java Code in README.md is missing a right parenthesis:

try (JavaApplication application = platform.launch(JavaApplication.class, ClassName.of(HelloWorld.class)) {