Declared several variables in Method declaration final to make the code Java 1.6 compatible
This commit is contained in:
@@ -61,7 +61,7 @@ public class GuiReplayViewer extends GuiScreen implements GuiYesNoCallback {
|
||||
}
|
||||
|
||||
private void reloadFiles() {
|
||||
GuiLoadingListEntry loadingListEntry = new GuiLoadingListEntry();
|
||||
final GuiLoadingListEntry loadingListEntry = new GuiLoadingListEntry();
|
||||
|
||||
replayGuiList.clearEntries();
|
||||
replayGuiList.addEntry(loadingListEntry);
|
||||
|
||||
Reference in New Issue
Block a user