mirror of
https://github.com/deathmarine/Luyten.git
synced 2024-11-26 22:20:32 +00:00
Variable must be final
This commit is contained in:
parent
00fa40b2d6
commit
d4ba35dc41
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user