mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Address review comments on old code
This commit is contained in:
parent
8e2b12e1ea
commit
9639dde114
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue