From 656461a9919403755b34b5dcd261a0f42750369d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 12 Dec 2011 17:49:09 -0800 Subject: 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 --- org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'org.eclipse.jgit/resources') 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} -- cgit v1.2.3