mirror of https://github.com/apache/druid.git
change format of line comment
This commit is contained in:
parent
0b61f96965
commit
1c9270add3
|
@ -123,7 +123,7 @@ public class BalancerCostAnalyzer
|
|||
recencyPenalty = 2 - maxDiff / SEVEN_DAYS_IN_MILLIS;
|
||||
}
|
||||
|
||||
// gap is null if the two segment intervals overlap or if they're adjacent
|
||||
/** gap is null if the two segment intervals overlap or if they're adjacent */
|
||||
if (gap == null) {
|
||||
gapPenalty = 2;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue