> -----Ursprüngliche Nachricht-----
> Von: "Matthew Toseland" <t...@amphibian.dyndns.org>
> Gesendet: 15.04.09 00:10:36
> An: devl@freenetproject.org
> Betreff: Re: [freenet-dev] [freenet-cvs] r26789 - 
> trunk/freenet/src/freenet/client

> On Tuesday 14 April 2009 19:54:37 sa...@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!

the code is c...@pasted from ArchiveManger. 
ArchiveManager.java:492 use it too.

> 
> 
> <hr>
> _______________________________________________
> Devl mailing list
> Devl@freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
> 


__________________________________________________________________________
Verschicken Sie SMS direkt vom Postfach aus - in alle deutschen und viele 
ausländische Netze zum gleichen Preis! 
https://produkte.web.de/webde_sms/sms



_______________________________________________
Devl mailing list
Devl@freenetproject.org
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to