himanshudixit / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

typo in javadoc for FowardingObject.delegate #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Javadoc for ForwardingObject.delegate method says:

  Abstract subclasses generally override the ForwardingObject method with ...

while it should say:

  Abstract subclasses generally override the delegate method with ...

Original issue reported on code.google.com by piotr.fi...@gmail.com on 17 Jun 2009 at 12:45

GoogleCodeExporter commented 9 years ago
I think it might not have been a typo, but still confusing, when simply "this 
method" 
will do.

Original comment by kevin...@gmail.com on 12 Aug 2009 at 5:41

GoogleCodeExporter commented 9 years ago
Fixed for rc3.

Original comment by kevin...@gmail.com on 12 Aug 2009 at 6:14