]> source.dussan.org Git - jgit.git/commitdiff
reftable: clarify comment 30/156830/5
authorHan-Wen Nienhuys <hanwen@google.com>
Wed, 29 Jan 2020 18:11:22 +0000 (19:11 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 Feb 2020 23:03:12 +0000 (00:03 +0100)
Change-Id: I16e32aeb325b604eb31f84db18a214f792395941
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java

index dc55ccc40015c32d6c373412c039f268887855a0..4536e0463739fcd7a4a881eba344f4545f890cc1 100644 (file)
@@ -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
         */