mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
51a6f0f7fa
|
|
@ -96,7 +96,6 @@ public class SettingsCommandUser extends SettingsCommand
|
|||
{
|
||||
return ImmutableList.<Option>builder().add(ops, clustering, profile).addAll(parent.options()).build();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// CLI utility methods
|
||||
|
|
@ -105,6 +104,7 @@ public class SettingsCommandUser extends SettingsCommand
|
|||
{
|
||||
GroupedOptions options = GroupedOptions.select(params,
|
||||
new Options(new Uncertainty()),
|
||||
new Options(new Duration()),
|
||||
new Options(new Count()));
|
||||
if (options == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue