On Mon, 17 Feb 2003 08:19 am, Dejan Krsmanovic wrote:
> On the html page http://jakarta.apache.org/commons/sandbox/vfs/api.html
> there is an example of using the API. There is a line:
>
> FileObject[] children = fsManager.getChildren();
>
> As I could see FileSystemManager don't have method getChildren().  I guess
> it should be:
>
> FileObject[]  children = aJarFile.getChildren()

Fixed.  Thanks for that.

-- 
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to