소스 검색

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 파일 보기

@@ -62,19 +62,6 @@ public class Lfs {

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.
*

Loading…
취소
저장