Nice/stdlib/nice/io file.nice,1.4,1.5

Daniel Bonniot <[email protected]> Mon, 11 Apr 2005 08:53:14 +0000
Newsgroups gmane.comp.lang.nice.cvs
Message-ID <[email protected]>
Update of /cvsroot/nice/Nice/stdlib/nice/io
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29171/stdlib/nice/io

Modified Files:
	file.nice 
Log Message:
Avoid using a class retyping for importing the class, since that create
problems with the class fully qualified name. Using Java package import
for now.


Index: file.nice
===================================================================
RCS file: /cvsroot/nice/Nice/stdlib/nice/io/file.nice,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** file.nice	28 Mar 2005 11:35:14 -0000	1.4
--- file.nice	11 Apr 2005 08:53:11 -0000	1.5
***************
*** 26,30 ****
  import nice.functional;
  
! class File = native java.io.File;
  
  /** Path concatenation */
--- 26,30 ----
  import nice.functional;
  
! import java.io.*;
  
  /** Path concatenation */



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click