Variable must be final

This commit is contained in:
deathmarine 2017-03-27 07:58:08 -04:00
parent 00fa40b2d6
commit d4ba35dc41

View File

@ -155,7 +155,7 @@ public class MainMenuBar extends JMenuBar {
while (li.hasPrevious()) {
String path = li.previous();
File file = new File(path);
final File file = new File(path);
if (!file.exists()) {
rfSaveNeeded = true;