This commit is contained in:
Keith Donald 2009-07-26 21:28:53 +00:00
parent 0124224ebf
commit 110ada7626
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class DefaultFieldModel implements FieldModel {
+ " to field '" + context.getLabel() + "'"; + " to field '" + context.getLabel() + "'";
} }
}); });
return "Binding successful"; return builder.build();
} }
public Severity getSeverity() { public Severity getSeverity() {