Always load dependencies into the plugin classloader, and not it's parent - fixes #479

This commit is contained in:
Luck
2017-09-17 19:30:43 +01:00
Unverified
parent 214929e5e5
commit a3d78f4d0e
2 changed files with 22 additions and 13 deletions
@@ -39,7 +39,7 @@ import javax.annotation.Nonnull;
* <p>Any changes made to log entries will only apply to this instance of the log.
* You can add to the log using the {@link Storage}, and then request an updated copy.</p>
*
* <p>All methods are thread safe, and return immutable & thread safe collections.</p>
* <p>All methods are thread safe, and return immutable and thread safe collections.</p>
*/
public interface Log {