Fixup MixinInjector

This commit is contained in:
Lucwousin
2019-11-01 14:53:15 +01:00
parent d7b5d0d171
commit 4403b89ac8
2 changed files with 33 additions and 38 deletions

View File

@@ -179,7 +179,7 @@ public interface InjectUtil
/**
* Fail-fast implementation of ClassGroup.findStaticMethod
*/
static Method findMethod(ClassGroup group, String name, Signature type) throws Injexception
static Method findStaticMethod(ClassGroup group, String name, Signature type) throws Injexception
{
Method m = group.findStaticMethod(name, type);
if (m == null)