r26789 - trunk/freenet/src/freenet/client
[email protected] Tue, 14 Apr 2009 18:54:37 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: saces
Date: 2009-04-14 18:54:37 +0000 (Tue, 14 Apr 2009)
New Revision: 26789
Modified:
trunk/freenet/src/freenet/client/Metadata.java
Log:
fix build (set visibly for constant to public)
Modified: trunk/freenet/src/freenet/client/Metadata.java
===================================================================
--- trunk/freenet/src/freenet/client/Metadata.java 2009-04-14 18:42:36 UTC (rev 26788)
+++ trunk/freenet/src/freenet/client/Metadata.java 2009-04-14 18:54:37 UTC (rev 26789)
@@ -47,7 +47,7 @@
}
static final long FREENET_METADATA_MAGIC = 0xf053b2842d91482bL;
- static final int MAX_SPLITFILE_PARAMS_LENGTH = 32768;
+ public static final int MAX_SPLITFILE_PARAMS_LENGTH = 32768;
/** Soft limit, to avoid memory DoS */
static final int MAX_SPLITFILE_BLOCKS = 1000*1000;