[typica] r330 committed - removed @Override on method that breaks in Java 5

1 view
Skip to first unread message

typ...@googlecode.com

unread,
Jun 3, 2010, 8:31:05 PM6/3/10
to typic...@googlegroups.com
Revision: 330
Author: dkavanagh
Date: Thu Jun 3 17:30:11 2010
Log: removed @Override on method that breaks in Java 5

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);
}

Reply all
Reply to author
Forward
0 new messages