Skip to content

Commit

Permalink
minor: scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Jul 14, 2014
1 parent e4c1321 commit b2ae41f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ object DecisionTree extends Serializable with Logging {
// updating the list of categories.
categories = j.toDouble :: categories
}
//Right shift by one
// Right shift by one
bitShiftedInput = bitShiftedInput >> 1
j += 1
}
Expand Down

0 comments on commit b2ae41f

Please sign in to comment.