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/28 05:34:22
Modified: sandbox/metaclass/src/java/org/realityforge/metaclass/io
MetaClassIOBinary.java
Log:
Pushed delcaredAttributes through FieldDescriptor
Revision Changes Path
1.17 +2 -2 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- MetaClassIOBinary.java 28 Oct 2003 13:26:54 -0000 1.16
+++ MetaClassIOBinary.java 28 Oct 2003 13:34:22 -0000 1.17
@@ -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.16 $ $Date: 2003/10/28 13:26:54 $
+ * @version $Revision: 1.17 $ $Date: 2003/10/28 13:34:22 $
*/
public class MetaClassIOBinary
implements MetaClassIO
@@ -231,7 +231,7 @@
final String name = data.readUTF();
final String type = data.readUTF();
final Attribute[] attributes = readAttributes( data );
- return new FieldDescriptor( name, type, attributes );
+ return new FieldDescriptor( name, type, attributes, attributes );
}
/**
-------------------------------------------------------
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/