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
parent 91d6fe151f
commit 4b4a6524f2

View File

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