coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

AbstractCoherenceClusterBuilderTests have unnecessary catch blocks #380

Closed brianoliver closed 7 years ago

brianoliver commented 7 years ago

We noticed when reviewing AbstractCoherenceClusterBuilderTests that they contain unnecessary catch blocks when creating clusters. Now that CoherenceCluster (aka: Assemblies) are auto-closable, there's no reason for such catch blocks.