File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -273,11 +273,11 @@ else if(e.getSource() == saveFile || e.getSource() == saveButton) {
273
273
// Close the file stream
274
274
out .close ();
275
275
276
- if (file .getName ().endsWith (".java" )) {
277
- //setup Autocomplete for Java keywords
278
- JavaAutoComplete autocomplete = new JavaAutoComplete (this );
279
- textArea .getDocument ().addDocumentListener (autocomplete );
280
- }
276
+ if (file .getName ().endsWith (".java" )) {
277
+ //setup Autocomplete for Java keywords
278
+ JavaAutoComplete autocomplete = new JavaAutoComplete (this );
279
+ textArea .getDocument ().addDocumentListener (autocomplete );
280
+ }
281
281
282
282
} catch (Exception ex ) { // again, catch any exceptions and...
283
283
// ...write to the debug console
@@ -305,4 +305,4 @@ else if(e.getSource() == aboutSoftware || e.getSource() == aboutButton) {
305
305
}
306
306
307
307
}
308
- }
308
+ }
You can’t perform that action at this time.
0 commit comments