cvs commit: spice/sandbox/metaclass/src/java/org/realityforge/metaclass/io MetaClassIOBinary.java

Peter Donald <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/10/31 17:21:42

  Modified:    sandbox/metaclass/src/java/org/realityforge/metaclass/io
                        MetaClassIOBinary.java
  Log:
  Replace junk comments
  
  Revision  Changes    Path
  1.19      +4 -12     spice/sandbox/metaclass/src/java/org/realityforge/metaclass/io/MetaClassIOBinary.java
  
  Index: MetaClassIOBinary.java
  ===================================================================
  RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/java/org/realityforge/metaclass/io/MetaClassIOBinary.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- MetaClassIOBinary.java	28 Oct 2003 13:40:52 -0000	1.18
  +++ MetaClassIOBinary.java	1 Nov 2003 01:21:42 -0000	1.19
  @@ -26,7 +26,7 @@
    *
    * @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
    * @author <a href="mailto:doug at [email protected]">Doug Hagan</a>
  - * @version $Revision: 1.18 $ $Date: 2003/10/28 13:40:52 $
  + * @version $Revision: 1.19 $ $Date: 2003/11/01 01:21:42 $
    */
   public class MetaClassIOBinary
       implements MetaClassIO
  @@ -37,11 +37,7 @@
       static final int VERSION = 2;
   
       /**
  -     * Read a ClassDescriptor from an input stream.
  -     *
  -     * @param input the input stream
  -     * @return the ClassDescriptor
  -     * @throws IOException if unable ot read class descriptor
  +     * @see MetaClassIO#deserializeClass
        */
       public ClassDescriptor deserializeClass( final InputStream input )
           throws IOException
  @@ -63,11 +59,7 @@
       }
   
       /**
  -     * Write a ClassDescriptor to an output stream.
  -     *
  -     * @param output the stream to write class descriptor out to
  -     * @param info the ClassDescriptor to write out
  -     * @throws IOException if unable ot write class descriptor
  +     * @see MetaClassIO#serializeClass
        */
       public void serializeClass( final OutputStream output, final ClassDescriptor info )
           throws IOException
  @@ -197,7 +189,7 @@
               new MethodDescriptor( name,
                                     type,
                                     parameters,
  -                                  attributes, 
  +                                  attributes,
                                     attributes );
       }
   
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  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.