mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Unused class removed
GitOrigin-RevId: 841c2062565760fe21c56f76655662c3f436a61e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
15709df0cc
commit
a846672bcd
@@ -1,9 +0,0 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.platform.eel
|
||||
|
||||
import com.intellij.platform.eel.path.EelPath
|
||||
import java.nio.file.Path
|
||||
|
||||
interface EelFsApi {
|
||||
fun getOriginalPath(path: Path): EelPath.Absolute
|
||||
}
|
||||
Reference in New Issue
Block a user