diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/client/BootstrapController.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/client/BootstrapController.java index b8cd3fe9384..8d9bbcc2bba 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/client/BootstrapController.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/client/BootstrapController.java @@ -246,7 +246,8 @@ private native void notifyShowIDE() /*-{ }-*/; /** - * Schedules calling of initializationFailedNative function to not freeze the browser when leaving the IDE. + * Schedules calling of initializationFailedNative function to not freeze the browser when leaving + * the IDE. * * @param reason failure encountered */