]> source.dussan.org Git - jgit.git/commitdiff
Make Javadoc consistent for PackStatistics fields 55/169855/2
authorAlexa Panfil <alexapizza@google.com>
Thu, 24 Sep 2020 19:28:52 +0000 (19:28 +0000)
committerAlexa Panfil <alexapizza@google.com>
Thu, 24 Sep 2020 19:41:55 +0000 (19:41 +0000)
Change-Id: I53d4072174e9fec92bff7c0225aa7470d8d39d05

org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java

index e5ed08061822dfd5a5ff8851bb33a4b62649ef8c..4d18337faeaa996fd4dd505abeb5c29219ec3896 100644 (file)
@@ -274,12 +274,15 @@ public class PackStatistics {
                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;
 
                /**