Remove @Override annotation illegal for interfaces on Java 5

Bug: 440757
Change-Id: I11897e8e680722313f28d9d241e23e92eddeb966
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2014-07-30 23:07:13 +02:00
parent 9b157c6dab
commit 56fdbadc76
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ public boolean equals(Object o) {
return false;
}
@Override
public int compareTo(Project that) {
return this.getPathWithSlash().compareTo(that.getPathWithSlash());
}