'final' not needed

This commit is contained in:
Andy2 2011-08-06 22:30:48 -07:00
parent c47189e81f
commit fd61c0af02

View file

@ -152,7 +152,7 @@ public class GameConfig extends XWActivity
switch (id) {
case PLAYER_EDIT:
final View playerEditView
View playerEditView
= Utils.inflate( this, R.layout.player_edit );
dialog = new AlertDialog.Builder( this )