Author: limpbizkit
Date: Sat May 16 11:18:18 2009
New Revision: 949

Modified:
    trunk/src/com/google/inject/spi/Element.java

Log:
Fixing {...@link} warning

Modified: trunk/src/com/google/inject/spi/Element.java
==============================================================================
--- trunk/src/com/google/inject/spi/Element.java        (original)
+++ trunk/src/com/google/inject/spi/Element.java        Sat May 16 11:18:18 2009
@@ -23,8 +23,8 @@
   *
   * <p>The elements of a module can be inspected, validated and rewritten.  
Use {...@link
   * Elements#getElements(com.google.inject.Module[])  
Elements.getElements()} to read the elements
- * from a module, and {...@link com.google.inject.spi.ModuleWriter} to  
rewrite them. This can be used
- * for static analysis and generation of Guice modules.
+ * from a module, and {...@link Elements#getModule(Iterable)  
Elements.getModule()} to rewrite them.
+ * This can be used for static analysis and generation of Guice modules.
   *
   * <p>The elements of an injector can be inspected and exercised. Use  
{...@link
   * com.google.inject.Injector#getBindings Injector.getBindings()} to  
reflect on Guice injectors.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to