Remove deprecated Lfs#Lfs(Path)

Use Lfs#Lfs(Repository) instead.

Change-Id: I7303987ed047b42fd1bac8e27ed49333080e556b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2018-03-10 00:56:04 +01:00
parent bfe89332a4
commit b0e06a733b
1 changed files with 0 additions and 13 deletions

View File

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