berndhopp / guice

guice-integration for the vaadin-framework
https://vaadin.com/directory#!addon/guice-vaadin-integration
10 stars 7 forks source link

Cleanup code, took care of a bunch of compiler warnings #6

Closed peergynt closed 8 years ago

peergynt commented 8 years ago

Cleaned up code to remove many compiler warnings (except for the serialVersionUID warning).

peergynt commented 8 years ago

Sorry, this should have really been 2 pull requests - I somewhat messed up these commits :( Note on 28f4dd1: I need to access the injector from the servlet because I'm subclassing GuiceVaadinServlet and need to inject the servlet itself after it's initialized.