Remove extra T

This commit is contained in:
Michael Braun 2018-06-05 18:29:46 -04:00
parent fb6574100e
commit 6d33beb92d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ java.util.Collections#shuffle(java.util.List) @ Use shuffle(List, Random) instea
java.util.Locale#forLanguageTag(java.lang.String) @ use new Locale.Builder().setLanguageTag(...).build() which has error handling
java.util.Locale#toString() @ use Locale#toLanguageTag() for a standardized BCP47 locale name
@defaultMessage Constructors for wrapper classes of Java primitives should be avoided in favor of the public static methods available or autoboxingT
@defaultMessage Constructors for wrapper classes of Java primitives should be avoided in favor of the public static methods available or autoboxing
java.lang.Integer#<init>(int)
java.lang.Integer#<init>(java.lang.String)
java.lang.Byte#<init>(byte)