Skip to content

Commit

Permalink
Another minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jul 31, 2013
1 parent bb555bc commit 03668da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,6 @@ public class MyNextStep extends AbstractUICommand implements UIWizardStep {
. UI provider converts user supplied values (if necessary) and populates input components.
. UI provider calls `.next(UIContext context)`
- if `NavigationResult` is contains a `UIWizard` or `UIWizardStep` type instance, repeat from step #1 for the next result type.
- if `NavigationResult` is null, UI provider calls `.execute(UIContext context)`
- if `NavigationResult` is null, UI provider calls `.execute(UIContext context) for each visited step, in the order in which they were visited.`


0 comments on commit 03668da

Please sign in to comment.