Author: limpbizkit
Date: Wed Dec 31 13:20:06 2008
New Revision: 762
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:20:06 2008
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2006-2008 Google Inc.
+ * Copyright (C) 2006 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -15,8 +15,9 @@
*/
/**
- * 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.
+ * 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.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
-~----------~----~----~----~------~----~------~--~---