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!

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to