Skip to content

Commit

Permalink
Type is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 20, 2013
1 parent 8b0fccd commit f4a1789
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ public class NewFieldWizard extends AbstractProjectUICommand implements UIWizard
private UIInput<String> fieldName;

@Inject
@WithAttributes(label = "Type", description = "The type intended to be used for this field", type = InputType.JAVA_CLASS_PICKER)
@WithAttributes(label = "Type", description = "The type intended to be used for this field", type = InputType.JAVA_CLASS_PICKER, required = true)
private UIInput<String> typeName;

@Inject
Expand Down

0 comments on commit f4a1789

Please sign in to comment.