diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2020-01-29 18:56:12 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@google.com> | 2020-02-10 12:43:36 +0100 |
commit | dd203f03c2ac8444b6c4804653c829a986660973 (patch) | |
tree | 7a468e91b813eaf2e9495bbdad06d56731341d56 | |
parent | 0bf25644339ecd150645e85becc9012d724ba6fb (diff) | |
download | jgit-dd203f03c2ac8444b6c4804653c829a986660973.tar.gz jgit-dd203f03c2ac8444b6c4804653c829a986660973.zip |
reftable: remove outdated comment
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: I41a7d9934d53553b5f81f40ff9d663378676ac5d
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java index 2c416c3802..dc55ccc400 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java @@ -285,9 +285,6 @@ public class FileReftableStack implements AutoCloseable { } if (!success) { - // TODO: should reexamine the 'refs' file to see if it was the same - // if it didn't change, then we must have corruption. If it did, - // retry. throw new LockFailedException(stackPath); } |