Revision: 1369
Author: sberlin
Date: Thu Nov 11 05:15:15 2010
Log: fix @since version.
http://code.google.com/p/google-guice/source/detail?r=1369
Modified:
/trunk/extensions/servlet/src/com/google/inject/servlet/ServletModule.java
=======================================
---
/trunk/extensions/servlet/src/com/google/inject/servlet/ServletModule.java
Sun Oct 31 11:38:24 2010
+++
/trunk/extensions/servlet/src/com/google/inject/servlet/ServletModule.java
Thu Nov 11 05:15:15 2010
@@ -269,7 +269,7 @@
* This method only works if you are using the {...@linkplain
GuiceServletContextListener} to
* create your injector. Otherwise, it returns null.
* @return The current servlet context.
- * @since 2.1
+ * @since 3.0
*/
protected final ServletContext getServletContext() {
return GuiceFilter.getServletContext();
--
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.