]> source.dussan.org Git - vaadin-framework.git/commit
Only throw from Binder.bindInstanceFields if there are no bindings at all (#9487) 8.1.0.beta2
authorArtur <artur@vaadin.com>
Thu, 15 Jun 2017 17:04:38 +0000 (20:04 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2017 17:04:38 +0000 (20:04 +0300)
commit2c5dd49f00672b8df3c81609a9e82a04b9aabd03
tree56d5cd81559f00487c3143981f41ac4af3f2c972
parent620b413478976474a00ddd368309931e7417b41b
Only throw from Binder.bindInstanceFields if there are no bindings at all (#9487)

Fixes #8986
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BeanBinderTest.java
server/src/test/java/com/vaadin/data/BinderInstanceFieldTest.java