@ -369,7 +369,6 @@ public class PackWriter implements AutoCloseable {
* the callback to set
* the callback to set
*
*
* @return this object for chaining .
* @return this object for chaining .
* @since 4 . 1
* /
* /
public PackWriter setObjectCountCallback ( ObjectCountCallback callback ) {
public PackWriter setObjectCountCallback ( ObjectCountCallback callback ) {
this . callback = callback ;
this . callback = callback ;
@ -381,7 +380,6 @@ public class PackWriter implements AutoCloseable {
*
*
* @param clientShallowCommits
* @param clientShallowCommits
* the shallow commits in the client
* the shallow commits in the client
* @since 4 . 1
* /
* /
public void setClientShallowCommits ( Set < ObjectId > clientShallowCommits ) {
public void setClientShallowCommits ( Set < ObjectId > clientShallowCommits ) {
stats . clientShallowCommits = Collections
stats . clientShallowCommits = Collections
@ -742,8 +740,6 @@ public class PackWriter implements AutoCloseable {
* Must not be { @code null } .
* Must not be { @code null } .
* @throws IOException
* @throws IOException
* an I / O problem occured while reading objects .
* an I / O problem occured while reading objects .
*
* @since 4 . 5
* /
* /
public void preparePack ( ProgressMonitor countingMonitor ,
public void preparePack ( ProgressMonitor countingMonitor ,
@NonNull Set < ? extends ObjectId > want ,
@NonNull Set < ? extends ObjectId > want ,
@ -1089,8 +1085,6 @@ public class PackWriter implements AutoCloseable {
/ * *
/ * *
* Release all resources used by this writer .
* Release all resources used by this writer .
*
* @since 4 . 0
* /
* /
@Override
@Override
public void close ( ) {
public void close ( ) {
@ -2258,8 +2252,6 @@ public class PackWriter implements AutoCloseable {
* @return the count of objects that needed to be discovered through an
* @return the count of objects that needed to be discovered through an
* object walk because they were not found in bitmap indices .
* object walk because they were not found in bitmap indices .
* Returns - 1 if no bitmap indices were found .
* Returns - 1 if no bitmap indices were found .
*
* @since 4 . 0
* /
* /
public long getBitmapIndexMisses ( ) {
public long getBitmapIndexMisses ( ) {
return statistics . getBitmapIndexMisses ( ) ;
return statistics . getBitmapIndexMisses ( ) ;