Details
-
Task
-
Status: Closed
-
TBD
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Undetermined
-
Description
File: /openmrs/api/src/main/java/org/openmrs/api/context/Context.java
Line: 155
Patch:
Index: api/src/main/java/org/openmrs/api/context/Context.java
===================================================================
— api/src/main/java/org/openmrs/api/context/Context.java (revision 26658)
+++ api/src/main/java/org/openmrs/api/context/Context.java (working copy)
@@ -152,6 +152,7 @@
// A place to store data that will persist longer than a session, but won't
// persist beyond application restart
+ // Issue was added: TRUNK-3180
// TODO: put an optional expire date on these items
private static Map<User, Map<String, Object>> volatileUserData = new WeakHashMap<User, Map<String, Object>>();
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
TRUNK-324 Go through the TODO items code and create tickets out of them
-
- Ready for Work
-
-
TRUNK-6087 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-6108 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-