openamf/src/java/org/openamf/io AMFSerializer.java,1.22,1.23

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/io
In directory sc8-pr-cvs1:/tmp/cvs-serv7882/src/java/org/openamf/io

Modified Files:
	AMFSerializer.java 
Log Message:
fixed some bugs and added some debug code

Index: AMFSerializer.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/io/AMFSerializer.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** AMFSerializer.java	26 Apr 2003 22:14:12 -0000	1.22
--- AMFSerializer.java	26 Apr 2003 23:46:35 -0000	1.23
***************
*** 186,189 ****
--- 186,190 ----
  			outputStream.writeByte(AMFBody.DATA_TYPE_OBJECT);
  		}
+ 		log.debug("size = " + map.entrySet().size());
  		for (Iterator entrys = map.entrySet().iterator(); entrys.hasNext();) {
  			Map.Entry entry = (Map.Entry)entrys.next();




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.