diff options
author | Kevin Sawicki <kevin@github.com> | 2011-12-12 17:49:09 -0800 |
---|---|---|
committer | Kevin Sawicki <kevin@github.com> | 2011-12-18 14:40:42 -0800 |
commit | 656461a9919403755b34b5dcd261a0f42750369d (patch) | |
tree | c50929b29243a2f64934e1070a748a119df10c9d /org.eclipse.jgit/resources | |
parent | 8c60468ff4cae4a13f57ed4a1822cec7cb2ba22a (diff) | |
download | jgit-656461a9919403755b34b5dcd261a0f42750369d.tar.gz jgit-656461a9919403755b34b5dcd261a0f42750369d.zip |
Add exception class for when locking a file fails
This will allows calling classes to handle lock failures
without checking against the message and will also provide
access to the file that could not be locked.
Change-Id: I95bc59e1330a7af71ae3b0485c4516299193f504
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 5bb2800db0..d2933c46ae 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -56,7 +56,6 @@ cannotExecute=cannot execute: {0} cannotGet=Cannot get {0} cannotListRefs=cannot list refs cannotLock=Cannot lock {0} -cannotLockFile=Cannot lock file {0} cannotLockPackIn=Cannot lock pack in {0} cannotMatchOnEmptyString=Cannot match on empty string. cannotMoveIndexTo=Cannot move index to {0} |