mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
revert accidental commit
GitOrigin-RevId: 1f1697ed41ac00a8e07d6df5d67ea6811e467599
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a85914db47
commit
8cb3d1396d
+1
-1
@@ -54,7 +54,7 @@ class JavaHomeFinderWindows : JavaHomeFinderBasic {
|
||||
if (wslJdks) {
|
||||
for (distro in WslDistributionManager.getInstance().installedDistributions) {
|
||||
val wslFinder = JavaHomeFinderWsl(distro)
|
||||
// registerFinder { wslFinder.findExistingJdks() }
|
||||
registerFinder { wslFinder.findExistingJdks() }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user