mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IDEA-CR-69481 cleanup
GitOrigin-RevId: 8d6339ca296b6907e74141db98ec42a73769921e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bd83d87051
commit
b1f96e26f2
@@ -470,7 +470,7 @@ public final class PathManager {
|
||||
}
|
||||
|
||||
// do not use URLUtil.splitJarUrl here - used in bootstrap
|
||||
public static @Nullable String splitJarUrl(@NotNull String url) {
|
||||
private static @Nullable String splitJarUrl(@NotNull String url) {
|
||||
int pivot = url.indexOf(URLUtil.JAR_SEPARATOR);
|
||||
if (pivot < 0) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user