]> source.dussan.org Git - vaadin-framework.git/commit
Make AtmospherePushConnection methods public (#7973)
authorArtur <artur@vaadin.com>
Wed, 14 Dec 2016 09:55:49 +0000 (11:55 +0200)
committerLeif Åstrand <legioth@gmail.com>
Wed, 14 Dec 2016 09:55:49 +0000 (11:55 +0200)
commit58e6fc00c21acaec8767b6f29ad7e7e42eefd2c8
tree9cae7633bbe72914c0c7ceb401b0d48614c15a0a
parent5951c9f2558f267826ce8f6350a1df9c1fd7e646
Make AtmospherePushConnection methods public (#7973)

There is no sensible way to use a custom version of APC, so protected
access does not help in any way to access the underlying resource and/or
connected UI.
server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java