Author: limpbizkit
Date: Wed Dec 31 13:18:31 2008
New Revision: 761
Modified:
trunk/servlet/src/com/google/inject/servlet/package-info.java
Log:
Fixing broken {...@link
Modified: trunk/servlet/src/com/google/inject/servlet/package-info.java
==============================================================================
--- trunk/servlet/src/com/google/inject/servlet/package-info.java
(original)
+++ trunk/servlet/src/com/google/inject/servlet/package-info.java Wed Dec
31 13:18:31 2008
@@ -15,9 +15,8 @@
*/
/**
- * Servlet API scopes and bindings. Apply {...@link
- * com.google.inject.servlet.GuiceFilter} to any servlets which will use
the
- * servlet scopes. Install {...@link
com.google.inject.servlet.Servlets#configure()}
- * into your {...@link com.google.inject.Injector} to install everything at
once.
+ * Servlet API scopes and bindings. Apply {...@link GuiceFilter} to any
servlets which will use the
+ * servlet scopes. Install {...@link ServletModule} into your {...@link
com.google.inject.Injector} to
+ * install everything at once.
*/
package com.google.inject.servlet;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---