From dd203f03c2ac8444b6c4804653c829a986660973 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 29 Jan 2020 18:56:12 +0100 Subject: [PATCH] reftable: remove outdated comment Signed-off-by: Han-Wen Nienhuys Change-Id: I41a7d9934d53553b5f81f40ff9d663378676ac5d --- .../eclipse/jgit/internal/storage/file/FileReftableStack.java | 3 --- 1 file changed, 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); } -- 2.39.5