File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2044,15 +2044,15 @@ protected boolean checkModified() {
2044
2044
JOptionPane .QUESTION_MESSAGE );
2045
2045
2046
2046
switch (result ) {
2047
- case JOptionPane .YES_OPTION :
2048
- return handleSave (true );
2049
- case JOptionPane .NO_OPTION :
2050
- return true ; // ok to continue
2051
- case JOptionPane .CANCEL_OPTION :
2052
- case JOptionPane .CLOSED_OPTION : // Escape key pressed
2053
- return false ;
2054
- default :
2055
- throw new IllegalStateException ();
2047
+ case JOptionPane .YES_OPTION :
2048
+ return handleSave (true );
2049
+ case JOptionPane .NO_OPTION :
2050
+ return true ; // ok to continue
2051
+ case JOptionPane .CANCEL_OPTION :
2052
+ case JOptionPane .CLOSED_OPTION : // Escape key pressed
2053
+ return false ;
2054
+ default :
2055
+ throw new IllegalStateException ();
2056
2056
}
2057
2057
2058
2058
} else {
You can’t perform that action at this time.
0 commit comments