=doc remove duplicated word typos

This commit is contained in:
Konrad Malawski 2015-07-01 23:48:17 +02:00
parent 70403446ce
commit 7eeaf6cd9f
11 changed files with 14 additions and 14 deletions

View file

@ -395,7 +395,7 @@ object MetricsSelector {
@SerialVersionUID(1L)
trait MetricsSelector extends Serializable {
/**
* The weights per address, based on the the nodeMetrics.
* The weights per address, based on the nodeMetrics.
*/
def weights(nodeMetrics: Set[NodeMetrics]): Map[Address, Int]
}