cvs commit: spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler ClassDescriptorCompiler.java

Peter Donald <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/10/28 00:11:53

  Modified:    sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler
                        ClassDescriptorCompiler.java
  Log:
  Optimize imports
  
  Revision  Changes    Path
  1.10      +3 -3      spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler/ClassDescriptorCompiler.java
  
  Index: ClassDescriptorCompiler.java
  ===================================================================
  RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/compiler/ClassDescriptorCompiler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ClassDescriptorCompiler.java	16 Oct 2003 06:53:12 -0000	1.9
  +++ ClassDescriptorCompiler.java	28 Oct 2003 08:11:53 -0000	1.10
  @@ -18,11 +18,11 @@
   import java.io.InputStream;
   import java.io.OutputStream;
   import java.util.ArrayList;
  +import java.util.Collection;
  +import java.util.HashSet;
   import java.util.Iterator;
   import java.util.List;
   import java.util.Set;
  -import java.util.HashSet;
  -import java.util.Collection;
   import org.realityforge.metaclass.io.MetaClassIO;
   import org.realityforge.metaclass.model.ClassDescriptor;
   import org.realityforge.metaclass.tools.qdox.QDoxAttributeInterceptor;
  @@ -33,7 +33,7 @@
    * Java Source files with qdox.
    *
    * @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
  - * @version $Revision: 1.9 $ $Date: 2003/10/16 06:53:12 $
  + * @version $Revision: 1.10 $ $Date: 2003/10/28 08:11:53 $
    */
   public class ClassDescriptorCompiler
   {
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.