ソースを参照

Remove deprecated Lfs#Lfs(Path)

Use Lfs#Lfs(Repository) instead.

Change-Id: I7303987ed047b42fd1bac8e27ed49333080e556b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.0.0.201805151920-m7
Matthias Sohn 6年前
コミット
b0e06a733b
1個のファイルの変更0行の追加13行の削除
  1. 0
    13
      org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/Lfs.java

+ 0
- 13
org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/Lfs.java ファイルの表示



private Path tmpDir; private Path tmpDir;


/**
* Constructor for Lfs.
*
* @param root
* the path to the LFS media directory. Will be
* {@code "<repo>/.git/lfs"}
* @deprecated use {@link #Lfs(Repository)} instead.
*/
@Deprecated
public Lfs(Path root) {
this.root = root;
}

/** /**
* Constructor for Lfs. * Constructor for Lfs.
* *

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