Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 12, 2010
1 parent 999be72 commit 6b80762
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -48,7 +48,8 @@ public class ServletConversationManager extends AbstractConversationManager impl
private static final long CONVERSATION_CONCURRENT_ACCESS_TIMEOUT_IN_MS = 1 * 1000;
private static final String CONVERSATION_ID_NAME = "cid";

@Inject Instance<HttpSession> httpSession;
@Inject
private Instance<HttpSession> httpSession;

@Override
public BeanStore getBeanStore(String cid)
Expand Down

0 comments on commit 6b80762

Please sign in to comment.