]> source.dussan.org Git - vaadin-framework.git/commit
Rename findAndFilterDependencies to findDependencies (#9366)
authorLeif Åstrand <legioth@gmail.com>
Thu, 18 May 2017 10:36:11 +0000 (13:36 +0300)
committerAleksi Hietanen <aleksi@vaadin.com>
Thu, 18 May 2017 10:36:11 +0000 (13:36 +0300)
commit548650bfe02f6e2582f06cecee2333099d951718
treeff091b44e1ee9470e95be4d199611d65eb23d1b0
parent4792d7620a0366dea0663b2c3aad57dae7e65f68
Rename findAndFilterDependencies to findDependencies (#9366)

The old findDependencies method is made private since it's only an
implementation detail and should not be used from outside the class.

At the same time, the new findAndFilterDependencies method is renamed to
findDependencies since there's no longer necessary to have a name that
distinguishes it from the variant that doesn't do any filtering.
server/src/main/java/com/vaadin/server/BootstrapHandler.java
server/src/main/java/com/vaadin/server/communication/UidlWriter.java
server/src/main/java/com/vaadin/ui/Dependency.java