Author: toad
Date: 2008-05-20 14:54:13 +0000 (Tue, 20 May 2008)
New Revision: 19967

Modified:
   branches/db4o/freenet/src/freenet/node/Node.java
Log:
dbServer should be public.

Modified: branches/db4o/freenet/src/freenet/node/Node.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/Node.java    2008-05-20 14:52:30 UTC 
(rev 19966)
+++ branches/db4o/freenet/src/freenet/node/Node.java    2008-05-20 14:54:13 UTC 
(rev 19967)
@@ -229,7 +229,7 @@
         * This is an internal server, specific parts of the code can create
         * ObjectContainer's from it. Be careful to refresh objects on any 
         * long-lived container! */
-       final ObjectServer dbServer;
+       public final ObjectServer dbServer;

        /** Stats */
        public final NodeStats nodeStats;


Reply via email to