mirror of https://github.com/apache/jclouds.git
parent
cff54601ea
commit
7767acbec9
|
@ -103,7 +103,7 @@ public class Flavor implements Comparable<Flavor>{
|
|||
return 1;
|
||||
if (this == that)
|
||||
return 0;
|
||||
return this.getId() > that.getId() ? +1 : this.getId() < this.getId() ? -1 : 0;
|
||||
return this.getId() > that.getId() ? +1 : this.getId() < that.getId() ? -1 : 0;
|
||||
}
|
||||
|
||||
public static Builder builder() {
|
||||
|
|
Loading…
Reference in New Issue