r26832 - trunk/freenet/src/freenet/client
[email protected] Wed, 15 Apr 2009 09:18:33 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: saces
Date: 2009-04-15 09:18:33 +0000 (Wed, 15 Apr 2009)
New Revision: 26832
Modified:
trunk/freenet/src/freenet/client/Metadata.java
Log:
revert r26789
Modified: trunk/freenet/src/freenet/client/Metadata.java
===================================================================
--- trunk/freenet/src/freenet/client/Metadata.java 2009-04-15 09:13:07 UTC (rev 26831)
+++ trunk/freenet/src/freenet/client/Metadata.java 2009-04-15 09:18:33 UTC (rev 26832)
@@ -47,7 +47,7 @@
}
static final long FREENET_METADATA_MAGIC = 0xf053b2842d91482bL;
- public static final int MAX_SPLITFILE_PARAMS_LENGTH = 32768;
+ static final int MAX_SPLITFILE_PARAMS_LENGTH = 32768;
/** Soft limit, to avoid memory DoS */
static final int MAX_SPLITFILE_BLOCKS = 1000*1000;