Fixing commit history

This commit is contained in:
Renan DelValle 2016-12-22 23:27:18 -05:00
parent 99dfb20efb
commit 147bbc8b5a
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
/* /*
Cluster wide dynamic capping Cluster wide dynamic capping
this is not a scheduler but a scheduling scheme that schedulers can use.
This is not a scheduler but a scheduling scheme that schedulers can use.
*/ */
package pcp package pcp

View file

@ -7,7 +7,7 @@ The Pair and PairList have been taken from google groups forum,
https://groups.google.com/forum/#!topic/golang-nuts/FT7cjmcL7gw https://groups.google.com/forum/#!topic/golang-nuts/FT7cjmcL7gw
*/ */
// Utility struct that helps in sorting a map[string]float64 by value. // Utility struct that helps in sorting map[string]float64 by value.
type Pair struct { type Pair struct {
Key string Key string
Value float64 Value float64