You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2004/06/23 09:59:14 UTC

cvs commit: jakarta-commons-sandbox/vfs/xdocs api.xml

epugh       2004/06/23 00:59:14

  Modified:    vfs/xdocs api.xml
  Log:
  Make code example compile!
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-commons-sandbox/vfs/xdocs/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/api.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- api.xml	17 May 2004 17:56:57 -0000	1.8
  +++ api.xml	23 Jun 2004 07:59:14 -0000	1.9
  @@ -47,10 +47,10 @@
   
   // List the children of the Jar file
   FileObject[] children = jarFile.getChildren();
  -System.println( "Children of " + jarFile.getName().getURI() );
  +System.out.println( "Children of " + jarFile.getName().getURI() );
   for ( int i = 0; i < children.length; i++ )
   {
  -    System.println( children[ i ].getName().getBaseName() );
  +    System.out.println( children[ i ].getName().getBaseName() );
   }
                   ]]></source>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org