Minor, add NotNull to JetCoreEnvironment#getConfiguration
#KT-5460 Fixed
This commit is contained in:
@@ -238,6 +238,7 @@ public class JetCoreEnvironment {
|
||||
project.registerService(CoreJavaFileManager.class, (CoreJavaFileManager) ServiceManager.getService(project, JavaFileManager.class));
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public CompilerConfiguration getConfiguration() {
|
||||
return configuration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user