Merge "Add missing javadoc @param for new method setObjectCountCallback()"

This commit is contained in:
Jonathan Nieder 2015-06-09 19:47:02 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit e25a3076f7
2 changed files with 6 additions and 0 deletions

View File

@ -391,6 +391,9 @@ public PackWriter(final PackConfig config, final ObjectReader reader) {
* It should be set before calling
* {@link #writePack(ProgressMonitor, ProgressMonitor, OutputStream)}.
*
* @param callback
* the callback to set
*
* @return this object for chaining.
* @since 4.1
*/

View File

@ -253,6 +253,9 @@ public void writeBundle(ProgressMonitor monitor, OutputStream os)
* This callback will be passed on to
* {@link PackWriter#setObjectCountCallback}.
*
* @param callback
* the callback to set
*
* @return this object for chaining.
* @since 4.1
*/