http://code.google.com/p/typica/source/detail?r=330
Modified:
/trunk/java/com/xerox/amazonws/ec2/SpotPriceHistoryItem.java
=======================================
--- /trunk/java/com/xerox/amazonws/ec2/SpotPriceHistoryItem.java Tue Feb 2
07:39:56 2010
+++ /trunk/java/com/xerox/amazonws/ec2/SpotPriceHistoryItem.java Thu Jun 3
17:30:11 2010
@@ -36,7 +36,6 @@
return productDescription;
}
- @Override
public int compareTo(SpotPriceHistoryItem o) {
return timestamp.compareTo(o.timestamp);
}