Folks,

Please address these errors by including this at the top of the source
file:

import Freenet.fs.FileSystem;

instead of cluttering up the body of the code.

-tc


On Tue, Jan 08, 2002 at 10:16:29AM -0800, Ian Clarke wrote:
> Update of /cvsroot/freenet/Freenet/fs/dir
> In directory usw-pr-cvs1:/tmp/cvs-serv14000/fs/dir
> 
> Modified Files:
>       Tag: new_datastore
>       FSDirectory.java 
> Log Message:
> Removed ambiguity to allow compile
> 
> Index: FSDirectory.java
> ===================================================================
> RCS file: /cvsroot/freenet/Freenet/fs/dir/Attic/FSDirectory.java,v
> retrieving revision 1.1.2.7
> retrieving revision 1.1.2.8
> diff -C2 -r1.1.2.7 -r1.1.2.8
> *** FSDirectory.java  2002/01/08 12:18:09     1.1.2.7
> --- FSDirectory.java  2002/01/08 18:16:26     1.1.2.8
> ***************
> *** 81,85 ****
>       
>                               
> !     private final FileSystem fs;
>       
>   
> --- 81,85 ----
>       
>                               
> !     private final Freenet.fs.FileSystem fs;
>       
>   
> ***************
> *** 111,115 ****
>        * @param fs    the file-system to contain the directory accounting data
>        */
> !     public FSDirectory(FileSystem fs, Digest ctx,
>                          int rootBlockSize, int acctBlockSize,
>                          int blockCacheSize, int ticketCacheSize) throws 
> IOException {
> --- 111,115 ----
>        * @param fs    the file-system to contain the directory accounting data
>        */
> !     public FSDirectory(Freenet.fs.FileSystem fs, Digest ctx,
>                          int rootBlockSize, int acctBlockSize,
>                          int blockCacheSize, int ticketCacheSize) throws 
> IOException {
> 
> 
> _______________________________________________
> Cvs mailing list
> Cvs at freenetproject.org
> http://lists.freenetproject.org/mailman/listinfo/cvs
> 

-- 

:: tavin cole (tcole at espnow.com) ::


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to