Documents: Remove final keyword to fix startup configuration. libglom-1-20
authorMurray Cumming <murrayc@murrayc.com>
Tue, 17 Jan 2012 09:39:18 +0000 (10:39 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 17 Jan 2012 09:39:36 +0000 (10:39 +0100)
commita1ee28349838f6df21be1c729df2ecda4258de0c
treeca23172ce69f7e5b80b00889d62baf9f473b350d
parent2803cd9fb9ea3219e103ab75da7e6e14de7c2044
Documents: Remove final keyword to fix startup configuration.

* src/main/java/org/glom/web/shared/Documents.java: Remove the
final keywords on the private member variables because that breaks
the startup, apparently (there are warnings) because it stops them
from being serialized. I added these in the previous commit.
ChangeLog
src/main/java/org/glom/web/shared/Documents.java