]> source.dussan.org Git - jgit.git/commit
Remove deprecated LockFile(File, FS) constructor 14/119114/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 9 Mar 2018 23:02:35 +0000 (00:02 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 10 Mar 2018 18:41:23 +0000 (19:41 +0100)
commitcc8dfe79a99f9c4105dce549d44ebef94141fe7a
tree608f94dab31b9691ac8298db713c44524990f2da
parentf0ab2d07b8a68165cd494ce5d335b0cb8cfc9a76
Remove deprecated LockFile(File, FS) constructor

Use org.eclipse.jgit.internal.storage.file.LockFile#LockFile(File)
instead.

Change-Id: I107d9879c02a2006799a238ccaddf87c89f33f77
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/LockFile.java