Skip to content

Commit

Permalink
Fixed minor bug in WizardTester
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 27, 2013
1 parent 015627a commit f79d3a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ public void previous() throws Exception
{
throw new IllegalStateException("Wizard is already on the first page");
}
pages.poll();
pages.removeLast();
}

@Override
Expand Down

0 comments on commit f79d3a0

Please sign in to comment.