Make Javadoc consistent for PackStatistics fields

Change-Id: I53d4072174e9fec92bff7c0225aa7470d8d39d05
This commit is contained in:
Alexa Panfil 2020-09-24 19:28:52 +00:00
parent 3c5e159eae
commit 597a6bc7ec
1 changed files with 4 additions and 1 deletions

View File

@ -274,12 +274,15 @@ public static class Accumulator {
public long timeWriting;
/** Time in ms spent checking reachability.
*
* @since 5.10
*/
public long reachabilityCheckDuration;
/** Number of trees traversed in the walk when writing the pack.
* @since 5.4*/
*
* @since 5.4
*/
public long treesTraversed;
/**