Update ExcessiveImports example code for clarity

Since the default minimum is 30, I believe it would make more sense if the comment said "28" instead of "18".
This commit is contained in:
Gustavo Krieger
2020-10-22 19:38:40 -03:00
committed by GitHub
parent 47d3e1b9f9
commit 151400d95b

View File

@ -632,7 +632,7 @@ user-specified threshold.
<![CDATA[
import blah.blah.Baz;
import blah.blah.Bif;
// 18 others from the same package elided
// 28 others from the same package elided
public class Foo {
public void doWork() {}
}