ソースを参照

Remove obsolete getRepositoryMethod from WorkingTreeIterator

The method was added for symlink support, but isn't needed anymore.
Since it was added for this release it's like it never existed.

Change-Id: I422cd1dcdfa40b25ba3d6e08b112159dae9a4353
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.3.0.201403021825-r
Robin Rosenberg 10年前
コミット
9508df3979
1個のファイルの変更0行の追加9行の削除
  1. 0
    9
      org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java

+ 0
- 9
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java ファイルの表示

@@ -206,15 +206,6 @@ public abstract class WorkingTreeIterator extends AbstractTreeIterator {
ignoreNode = new RootIgnoreNode(entry, repo);
}

/**
* @return the repository this iterator works with
*
* @since 3.3
*/
public Repository getRepository() {
return repository;
}

/**
* Define the matching {@link DirCacheIterator}, to optimize ObjectIds.
*

読み込み中…
キャンセル
保存