mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
method made public to fix Kotlin plugin
This commit is contained in:
@@ -191,8 +191,9 @@ public class VfsImplUtil {
|
||||
return getHandler(vfs, localPath, producer);
|
||||
}
|
||||
|
||||
//made public for Kotlin
|
||||
@NotNull
|
||||
private static <T extends ArchiveHandler> T getHandler(@NotNull ArchiveFileSystem vfs,
|
||||
public static <T extends ArchiveHandler> T getHandler(@NotNull ArchiveFileSystem vfs,
|
||||
@NotNull String localPath,
|
||||
@NotNull Function<String, T> producer) {
|
||||
checkSubscription();
|
||||
|
||||
Reference in New Issue
Block a user