geforkt von Mirrors/Paper
fb2cf30fbe
These methods are unnecessarily exposed. They are specific to a type of implementation for the class loaders, and should have no external use. Because these methods are exposed, it limits the versatility to change how the internal class loading system works, including an inherent class loader leak for some situations. They are now replaced with internal, package-private methods. The public facing methods will print a stack trace the first time one is activated. Extending the classes also produces a stack trace, to indicate that extension is not actively supported. By: Wesley Wolfe <weswolf@aol.com> |
||
---|---|---|
paper-api |