Skip to content

Commit

Permalink
Merge branch 'critical'
Browse files Browse the repository at this point in the history
  • Loading branch information
plastboks committed May 18, 2015
2 parents f65e1e0 + 7139ad1 commit bded816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/view/form/Form.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ private void validate()
// switch on because each node might have different behaviours
switch (fn.getType()) {
case VALUE:
default:
// check if required or value is not blank
if (fn.getRequired() || !fn.getValue().equals("")) {
FormValueNode fvn = (FormValueNode) fn;
Expand Down

0 comments on commit bded816

Please sign in to comment.