Protect against NPEs when cleaning up database resources.
authorBen Konrath <ben@bagu.org>
Tue, 12 Apr 2011 15:27:22 +0000 (17:27 +0200)
committerBen Konrath <ben@bagu.org>
Tue, 12 Apr 2011 15:27:22 +0000 (17:27 +0200)
commit2ef5716ef2358656aa78cc027ac6e19e38da8596
tree83e425ba0307ab50a328e6698e3c85a7f431a3f5
parent43438ce9e17eb92ac6d1da34b9fe3366ffbe07ee
Protect against NPEs when cleaning up database resources.

While this isn't strictly necessary because the exception is caught,
not protecting against the NPEs makes it harder to find the real error
in the log file.

* src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java:
ChangeLog
src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java