mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
030aa57cd2
|
|
@ -51,7 +51,7 @@ public class SettingsPort implements Serializable
|
|||
@Override
|
||||
public List<? extends Option> options()
|
||||
{
|
||||
return Arrays.asList(nativePort, thriftPort);
|
||||
return Arrays.asList(nativePort, thriftPort, jmxPort);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue