mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
Make getter for archive in UnbundleCommandRequest public to resolve classloading errors between pluginClassLoader and webappClassLoader
This commit is contained in:
@@ -89,7 +89,7 @@ public final class UnbundleCommandRequest
|
||||
*
|
||||
* @return {@link ByteSource} archive
|
||||
*/
|
||||
ByteSource getArchive()
|
||||
public ByteSource getArchive()
|
||||
{
|
||||
return archive;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user