mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-26 12:05:41 +01:00
Wrap reflectiveoperationexception in concurrentlist clone
This commit is contained in:
parent
886ac734f9
commit
32826467d3
@ -69,7 +69,7 @@ public class ConcurrentList<E> extends ArrayList<E> {
|
|||||||
|
|
||||||
return clist;
|
return clist;
|
||||||
} catch (ReflectiveOperationException e) {
|
} catch (ReflectiveOperationException e) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user