coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Avoid using SystemApplicationConsole.builder() method #365

Closed brianoliver closed 8 years ago

brianoliver commented 8 years ago

Instead of using the SystemApplicationConsole.builder() method, we should instead just use Console.system() as it's simpler and easier to understand.