mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +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
Reference in a new issue