[freenet-cvs] r11754 - trunk/freenet/src/freenet/node/fcp

bback at freenetproject.org bback at freenetproject.org
Sat Feb 10 19:55:51 UTC 2007


Author: bback
Date: 2007-02-10 19:55:50 +0000 (Sat, 10 Feb 2007)
New Revision: 11754

Modified:
   trunk/freenet/src/freenet/node/fcp/PersistentRequestModifiedMessage.java
Log:
corrected class constructor access

Modified: trunk/freenet/src/freenet/node/fcp/PersistentRequestModifiedMessage.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/PersistentRequestModifiedMessage.java	2007-02-10 19:36:19 UTC (rev 11753)
+++ trunk/freenet/src/freenet/node/fcp/PersistentRequestModifiedMessage.java	2007-02-10 19:55:50 UTC (rev 11754)
@@ -16,7 +16,7 @@
 
     private final SimpleFieldSet fs;
     
-    protected PersistentRequestModifiedMessage(String identifier, boolean global) {
+    private PersistentRequestModifiedMessage(String identifier, boolean global) {
         // remembered for the MessageInvalidException only
         this.ident = identifier;
         this.global = global;




More information about the cvs mailing list