Skip to content

Commit c26257d

Browse files
committed
comment
1 parent 40e7c95 commit c26257d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src_groovy/liveplugin/PluginUtil.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ class PluginUtil {
596596
}
597597

598598

599+
// note that com.intellij.openapi.compiler.CompilationStatusAdapter is not imported because
600+
// it doesn't exist in IDEs without compilation (e.g. in PhpStorm)
599601
static void registerCompilationListener(String id, Project project, /*CompilationStatusAdapter*/ listener) {
600602
Compilation.registerCompilationListener(id, project, listener)
601603
}

0 commit comments

Comments
 (0)