瀏覽代碼

Remove @Override annotation illegal for interfaces on Java 5

Bug: 440757
Change-Id: I11897e8e680722313f28d9d241e23e92eddeb966
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.5.0.201409071800-rc1
Matthias Sohn 10 年之前
父節點
當前提交
56fdbadc76
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

+ 0
- 1
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java 查看文件

@@ -297,7 +297,6 @@ public class RepoCommand extends GitCommand<RevCommit> {
return false;
}

@Override
public int compareTo(Project that) {
return this.getPathWithSlash().compareTo(that.getPathWithSlash());
}

Loading…
取消
儲存