diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2016-07-05 09:05:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-20 10:58:20 +0200 |
commit | e4e39a6d05b846b0b1f4cd42894bbdf950b37554 (patch) | |
tree | b0875bd790efe302bbc6bc18c961ab5fd6b845f9 /org.eclipse.jgit.lfs/resources/org/eclipse | |
parent | bcb5a431a51703c31ce9d9c1f933e7f00a463021 (diff) | |
download | jgit-e4e39a6d05b846b0b1f4cd42894bbdf950b37554.tar.gz jgit-e4e39a6d05b846b0b1f4cd42894bbdf950b37554.zip |
Move AtomicObjectOutputStream to lfs/internal
The class AtomicObjectOutputStream should be available to all lfs
related classes, not only to the server side. Move the class from
org.eclipse.jgit.lfs.server.fs to org.eclipse.jgit.lfs.internal to
achieve that.
Change-Id: I028e1c9ec7c21f316340b21d558b9a6b77e2060d
Diffstat (limited to 'org.eclipse.jgit.lfs/resources/org/eclipse')
-rw-r--r-- | org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties b/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties index 25c101f0b0..5e52a782f0 100644 --- a/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties +++ b/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties @@ -1,3 +1,4 @@ +corruptLongObject=The content hash ''{0}'' of the long object ''{1}'' doesn''t match its id, the corrupt object will be deleted. incorrectLONG_OBJECT_ID_LENGTH=Incorrect LONG_OBJECT_ID_LENGTH. inconsistentMediafileLength=mediafile {0} has unexpected length; expected {1} but found {2}. invalidLongId=Invalid id: {0} |