]> source.dussan.org Git - jgit.git/commit
[errorprone] util.Stats: Add summary fragment to javadoc 79/1197479/4
authorIvan Frade <ifrade@google.com>
Tue, 9 Jul 2024 18:10:02 +0000 (11:10 -0700)
committerIvan Frade <ifrade@google.com>
Wed, 30 Oct 2024 22:07:35 +0000 (15:07 -0700)
commitd861ad1f5a1fdaf49b9c4b641e7d298b7acea6ad
tree6b3b46c69d90404c61a9dfdf45da1b7348e13684
parentef3baae76aff4cb8841fe07f8e0b3d6e828f3a1d
[errorprone] util.Stats: Add summary fragment to javadoc

Errorprone complains about missing summary in these javadocs.

[MissingSummary] A summary fragment is required; consider using the
value of the @return b lock as a summary fragment instead.

         * @return variance of the added values
           ^
(see https://google.github.io/styleguide/javaguide.html#s7.2-summary-fragment)
  Did you mean '*Returns variance of the added values.'?

Change-Id: I29d633ec95c18b17cc92b069dd1a94fbb2a75c94
org.eclipse.jgit/src/org/eclipse/jgit/util/Stats.java