Make getter for archive in UnbundleCommandRequest public to resolve classloading errors between pluginClassLoader and webappClassLoader

This commit is contained in:
Eduard Heimbuch
2020-12-10 13:56:20 +01:00
parent 6886f09f26
commit 45bb6d3ae9

View File

@@ -89,7 +89,7 @@ public final class UnbundleCommandRequest
*
* @return {@link ByteSource} archive
*/
ByteSource getArchive()
public ByteSource getArchive()
{
return archive;
}