whitespace

This commit is contained in:
cheddar 2013-09-12 10:13:04 -05:00
parent 3e4a4f5566
commit b8bd19e87c
1 changed files with 2 additions and 6 deletions

View File

@ -760,16 +760,12 @@ public class DruidMaster
.withLoadManagementPeons(loadManagementPeons)
.withSegmentReplicantLookup(segmentReplicantLookup)
.withBalancerReferenceTimestamp(DateTime.now())
.withMasterSegmentSettings(
segmentSettingsAtomicReference.get()
)
.withMasterSegmentSettings(segmentSettingsAtomicReference.get())
.build();
}
},
new DruidMasterRuleRunner(
DruidMaster.this,
config.getReplicantLifetime(),
config.getReplicantThrottleLimit()
DruidMaster.this, config.getReplicantLifetime(), config.getReplicantThrottleLimit()
),
new DruidMasterCleanup(DruidMaster.this),
new DruidMasterBalancer(DruidMaster.this),