mirror of https://github.com/apache/druid.git
add supress
This commit is contained in:
parent
06b68b6c89
commit
76ff3f26e1
|
@ -97,6 +97,7 @@ public interface DruidHook<T>
|
|||
};
|
||||
}
|
||||
|
||||
@SuppressWarnings({"rawtypes", "unchecked"})
|
||||
static <T> void dispatch(HookKey<T> key, T object)
|
||||
{
|
||||
List<DruidHook<?>> hooks = GLOBAL.get(key);
|
||||
|
|
Loading…
Reference in New Issue