mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Address review comments on old code
This commit is contained in:
@ -10,7 +10,7 @@ import org.dolphinemu.dolphinemu.model.GameFile;
|
||||
|
||||
public class GameBannerRequestHandler extends RequestHandler
|
||||
{
|
||||
private GameFile mGameFile;
|
||||
private final GameFile mGameFile;
|
||||
|
||||
public GameBannerRequestHandler(GameFile gameFile)
|
||||
{
|
||||
|
Reference in New Issue
Block a user