[LANG-1331] ImmutablePair.nullPair() Update @SuppressWarnings.
This commit is contained in:
parent
776b86e99a
commit
e1bc286245
|
@ -49,7 +49,7 @@ public final class ImmutablePair<L, R> extends Pair<L, R> {
|
|||
* @return an immutable pair of nulls.
|
||||
* @since 3.6
|
||||
*/
|
||||
@SuppressWarnings("rawtypes")
|
||||
@SuppressWarnings("unchecked")
|
||||
public static <L, R> ImmutablePair<L, R> nullPair() {
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue