TtpStore.java, line 61:
this.data = data;
It should probably be this:
this.data = b;
Thanks.
John Clark clarkjc@stny.rr.com
Log in to post a comment.