OnlineGlomServiceImpl: Avoid (unlikely) null object dereferences.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 27 Jan 2012 08:41:56 +0000 (09:41 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 27 Jan 2012 08:45:13 +0000 (09:45 +0100)
commita22ab52ba3b4a285583f64842e09472b7832a54f
tree75851765ca9736c8f83c0e4509d0c9d79403f531
parentfd01b9fe5a8828fcca717f25e61911c8a1ed0d7d
OnlineGlomServiceImpl: Avoid (unlikely) null object dereferences.

* src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java: get*():
Check the ConfiguredDocument* for null before using it.
ChangeLog
src/main/java/org/glom/web/server/OnlineGlomServiceImpl.java