Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 29, 2013
1 parent 2a9cd71 commit 17c98e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.asciidoc
Expand Up @@ -49,7 +49,7 @@ There are basically four input types:

Implementing a simple dialog box:: When interaction does not present a complex workflow and has little arguments

Create a class that extends the *_org.jboss.forge.addon.ui.AbstractUICommand_* and implement the required methods.
Create a class that extends from *_org.jboss.forge.addon.ui.AbstractUICommand_* and implement the required methods.
For each input, inject it in your addon using the CDI @Inject annotation and add it to the UIBuilder:

[source,java]
Expand Down

0 comments on commit 17c98e7

Please sign in to comment.