Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
CDaut committed Oct 11, 2024
1 parent 3b1b08e commit 92a6aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public static void resetCookies() {
*/
public static CompletableFuture<JBCefCookie> jcefBrowserLogin() {


// offscreen rendering is problematic on Linux
JBCefBrowser browser = JBCefBrowser.createBuilder()
.setClient(browserClient)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public void logout() {
boolean answer = true;
// check if confirmation is necessary because assessment is running
if (isAssessing()) {
answer = MessageDialogBuilder.okCancel("Logging out while assessing!",
answer = MessageDialogBuilder.okCancel(
"Logging out while assessing!",
"Logging out while assessing will discard current changes. Continue?")
.guessWindowAndAsk();
}
Expand Down

0 comments on commit 92a6aad

Please sign in to comment.