bineanzhou / google-guice

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

AbstractModule class documentation example error #255

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/google-guice/source/browse/trunk/src/com/google/inject/
AbstractModule.java#44

gives the example
 *     link(Bar.class).to(BarImpl.class);

I think it should be "bind" instead of "link"

Original issue reported on code.google.com by Leigh.Kl...@gmail.com on 2 Oct 2008 at 5:16

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 2 Nov 2008 at 9:45