-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
See
Line 310 in c0f16f8
public T withTiers(final Tier[] tiers) { |
Consider both public T withTiers(final Tier[] tiers)
and public T withTiers(final List<Tier> tiers)
.