method made public to fix Kotlin plugin

This commit is contained in:
nik
2015-05-26 16:25:29 +03:00
parent 2bea19631d
commit c653cb5f9b
@@ -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();