Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
T Jake Luciani 2014-10-29 21:23:38 -04:00
commit 030aa57cd2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}