mirror of https://github.com/apache/cassandra
ninja: fix CASSANDRA-15078 NPE
This commit is contained in:
parent
7d2c3c215f
commit
5275141094
|
|
@ -141,7 +141,7 @@ public abstract class AbstractCluster<I extends IInstance> implements ICluster,
|
|||
{
|
||||
if (!isShutdown)
|
||||
throw new IllegalStateException();
|
||||
delegate.startup(AbstractCluster.this);
|
||||
delegate().startup(AbstractCluster.this);
|
||||
isShutdown = false;
|
||||
updateMessagingVersions();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue