IDEA-CR-69481 cleanup

GitOrigin-RevId: 8d6339ca296b6907e74141db98ec42a73769921e
This commit is contained in:
Vladimir Krivosheev
2020-12-04 13:33:09 +01:00
committed by intellij-monorepo-bot
parent bd83d87051
commit b1f96e26f2

View File

@@ -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;