Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 10, 2014
1 parent 8c7a4de commit fb8cc57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public String convert(HibernateDialect dialect)
return dialect == null ? null : dialect.getDatabaseName() + " : " + dialect.getClassName();
}
});
driverLocation.setValidator(new UIValidator()
driverLocation.addValidator(new UIValidator()
{
@Override
public void validate(UIValidationContext context)
Expand Down

0 comments on commit fb8cc57

Please sign in to comment.