mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
introduce PackageManagementService.getID for reported usage data to replace hardcoded class names (IDEA-CR-56765)
GitOrigin-RevId: a283677e4afaaf66633ef05c2bf0c71ccdf850fa
This commit is contained in:
committed by
intellij-monorepo-bot
parent
970f553f76
commit
e21607dc6e
@@ -399,4 +399,10 @@ public class PyPackageManagementService extends PackageManagementServiceEx {
|
||||
public int compareVersions(@NotNull String version1, @NotNull String version2) {
|
||||
return PyPackageVersionComparator.getSTR_COMPARATOR().compare(version1, version2);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public String getID() {
|
||||
return "Python";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user