9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-23 00:49:36 +00:00

Fixed type paramets

This commit is contained in:
Auxilor
2021-07-12 13:57:34 +02:00
parent c8054c209a
commit 9ab765edb6
7 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
import java.util.IdentityHashMap;
import java.util.Map;
public class ProxyFactory<T extends AbstractProxy> extends PluginDependent {
public class ProxyFactory<T extends AbstractProxy> extends PluginDependent<EcoPlugin> {
/**
* Cached proxy implementations in order to not perform expensive reflective class-finding.
*/