add supress

This commit is contained in:
Zoltan Haindrich 2024-07-18 07:25:19 +00:00
parent 06b68b6c89
commit 76ff3f26e1
1 changed files with 1 additions and 0 deletions

View File

@ -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);