On Tuesday 14 April 2009 19:54:37 saces at freenetproject.org wrote: > 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;
I still don't see why you are using this constant! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090414/125740d9/attachment.pgp>
