Revision: 1255
Author: dhanji
Date: Mon Sep 20 11:41:51 2010
Log: Comment wording changed.
http://code.google.com/p/google-guice/source/detail?r=1255
Modified:
/trunk/extensions/servlet/src/com/google/inject/servlet/ServletScopes.java
=======================================
---
/trunk/extensions/servlet/src/com/google/inject/servlet/ServletScopes.java
Mon Sep 20 11:25:29 2010
+++
/trunk/extensions/servlet/src/com/google/inject/servlet/ServletScopes.java
Mon Sep 20 11:41:51 2010
@@ -47,8 +47,8 @@
final String name = key.toString();
return new Provider<T>() {
public T get() {
- // Should we use the alternate request scope, if no http request
- // is in progress?
+ // Check if the alternate request scope should be used, if no
HTTP
+ // request is in progress.
if (null == GuiceFilter.localContext.get()) {
// NOTE(dhanji): We don't need to synchronize on the scope map
--
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.