]> source.dussan.org Git - vaadin-framework.git/commit
Remove invalid assert from FlyweightCell (#13334)
authorJohannes Dahlström <johannesd@vaadin.com>
Wed, 11 Jun 2014 09:45:01 +0000 (12:45 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 11 Jun 2014 09:52:58 +0000 (09:52 +0000)
commitc0cd6cdc901dfd2d06cda45aa846588163e13e43
treec4f553c0aa20928d6be6f8128ea514532562951d
parent8fe89db2a6538f5f3fe610d53aae99b1a83754de
Remove invalid assert from FlyweightCell (#13334)

If the cells in a row are iterated through more than once, the iterator will
invoke FlyweightCell.setElement() on each iteration, firing the assert that
was meant to guard against the client code setting the element more than once

Change-Id: If498d36854864dd8c2252415e3c3ebbcea7beb0b
client/src/com/vaadin/client/ui/grid/FlyweightCell.java