YARN-6477. Dispatcher no longer needs the raw types suppression. (Maya Wexler via Haibo Chen)

This commit is contained in:
Haibo Chen 2017-05-30 16:58:15 -07:00 committed by Xiaoyu Yao
parent 611d452bcf
commit 5511c4e575

View File

@ -26,7 +26,6 @@
* event handlers based on event types.
*
*/
@SuppressWarnings("rawtypes")
@Public
@Evolving
public interface Dispatcher {