Remove: Unnecessary @SuppressWarnings("unchecked").
This commit is contained in:
parent
4ddee8a0ac
commit
670dc76cf5
|
@ -78,7 +78,6 @@ public class FluentIterable<E> implements Iterable<E> {
|
||||||
* @param <T> the element type
|
* @param <T> the element type
|
||||||
* @return a new empty FluentIterable
|
* @return a new empty FluentIterable
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
public static <T> FluentIterable<T> empty() {
|
public static <T> FluentIterable<T> empty() {
|
||||||
return IterableUtils.EMPTY_ITERABLE;
|
return IterableUtils.EMPTY_ITERABLE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue