Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003380 [Documentation] text always 03-10-09 01:53 03-10-09 01:53
Reporter trzmiel View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0003380: Serialization Deflation tutorial typo
Description In http://www.caucho.com/resin-3.1/examples/hessian-serialize/index.xtp, [^] below "Deflation", there is:

Deflation envelope = new Deflation();
ByteArrayOutputStream bos = new ByteArrayOutputStream();
Hessian2Output out = new Hessian2Output(bos);
out = out.wrap(out);

I think it should be:

Deflation envelope = new Deflation();
ByteArrayOutputStream bos = new ByteArrayOutputStream();
Hessian2Output out = new Hessian2Output(bos);
out = envelope.wrap(out);
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
03-10-09 01:53 trzmiel New Issue


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker