mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 11:34:55 +00:00
Unnecessary @SuppressWarnings("unchecked")
This commit is contained in:
parent
66d7e35866
commit
85a7f721cc
@ -94,7 +94,6 @@ public static <L, R> Pair<L, R> left(final L left) {
|
||||
* @return an immutable pair of nulls.
|
||||
* @since 3.6
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public static <L, R> ImmutablePair<L, R> nullPair() {
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user