mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix jarLoader.zipFile visibility
GitOrigin-RevId: 3fa0c89b18765219a5ed3a830c3222da260c46d5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9586a2e8f7
commit
3bc0ba729a
@@ -37,7 +37,7 @@ final class JarLoader implements Loader {
|
||||
|
||||
final ClassPath configuration;
|
||||
final URL url;
|
||||
final ResourceFile zipFile;
|
||||
public final ResourceFile zipFile;
|
||||
private final Path path;
|
||||
|
||||
JarLoader(@NotNull Path path, @NotNull ClassPath configuration, @NotNull ResourceFile zipFile) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user