change format of line comment

This commit is contained in:
Nelson Ray 2013-02-01 11:25:41 -08:00
parent 0b61f96965
commit 1c9270add3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {