Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robin4002 committed Jan 8, 2016
1 parent f8d833a commit 4481884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ public void run()
@Override
public void onFinish()
{
SuccessFrame credit = new SuccessFrame();
credit.setVisible(true);
SuccessFrame successFrame = new SuccessFrame();
successFrame.setVisible(true);
}

@Override
Expand Down

0 comments on commit 4481884

Please sign in to comment.