diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2020-01-29 19:11:22 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-02-11 00:03:12 +0100 |
commit | 936a031ca341c4ffb16939350f81adadf5c2d7dd (patch) | |
tree | f4f6dab4b623d1cac4b9404bb77d7700217fcd5c | |
parent | 8c9f7656c3078a4d4a2986400a9700a9c13b416f (diff) | |
download | jgit-936a031ca341c4ffb16939350f81adadf5c2d7dd.tar.gz jgit-936a031ca341c4ffb16939350f81adadf5c2d7dd.zip |
reftable: clarify comment
Change-Id: I16e32aeb325b604eb31f84db18a214f792395941
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java | 2 |
1 files changed, 1 insertions, 1 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 dc55ccc400..4536e04637 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 @@ -396,7 +396,7 @@ public class FileReftableStack implements AutoCloseable { * * @param w * writer to write data to a reftable under construction - * @return true if the transaction. + * @return true if the transaction was successful. * @throws IOException * on I/O problems */ |