Browse Source

reftable: clarify comment

Change-Id: I16e32aeb325b604eb31f84db18a214f792395941
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-5.6
Han-Wen Nienhuys 5 years ago committed by Matthias Sohn
parent
commit
936a031ca3
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java

2
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileReftableStack.java

@ -396,7 +396,7 @@ public class FileReftableStack implements AutoCloseable {
* *
* @param w * @param w
* writer to write data to a reftable under construction * writer to write data to a reftable under construction
* @return true if the transaction. * @return true if the transaction was successful.
* @throws IOException * @throws IOException
* on I/O problems * on I/O problems
*/ */

Loading…
Cancel
Save