The constructor for the SentCB class in DataSend.java looks like this:

public SentCB(Node n, Key k) {
    this.n = n;
    this.k = k;
    this.dataSource = DataSend.this.dataSource;
}

Is there any particular reason why the dataSource is being set as
DataSend.this.dataSource?  In the interests of clarity, I'd rather
pass it in as an explicit argument, if no one else minds.

theo



_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to