From 4523999d42519afca43669fa5ea15a53412fa39c Mon Sep 17 00:00:00 2001 From: Vitaliy Guliy Date: Thu, 7 Sep 2017 16:46:33 +0300 Subject: [PATCH] CHE-5936 Fix build (#6181) --- .../java/org/eclipse/che/ide/client/BootstrapController.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */