Minor. Changed capitalization.
This commit is contained in:
+2
-2
@@ -160,14 +160,14 @@ public class ConfigureKotlinLibraryNotificationProvider implements EditorNotific
|
|||||||
final EditorNotificationPanel answer = new EditorNotificationPanel();
|
final EditorNotificationPanel answer = new EditorNotificationPanel();
|
||||||
|
|
||||||
answer.setText("Kotlin is not configured for module '" + module.getName() + "'");
|
answer.setText("Kotlin is not configured for module '" + module.getName() + "'");
|
||||||
answer.createActionLabel("Set Up module '" + module.getName() + "' as JVM Kotlin module", new Runnable() {
|
answer.createActionLabel("Set up module '" + module.getName() + "' as JVM Kotlin module", new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
setUpKotlinRuntime(module);
|
setUpKotlinRuntime(module);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
answer.createActionLabel("Set Up module '" + module.getName() + "' as JavaScript Kotlin module", new Runnable() {
|
answer.createActionLabel("Set up module '" + module.getName() + "' as JavaScript Kotlin module", new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
setUpJSModule(module);
|
setUpJSModule(module);
|
||||||
|
|||||||
Reference in New Issue
Block a user