Skip to content

Commit

Permalink
TRUNK-3181: Removed wrong TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jun 5, 2013
1 parent 5f27575 commit 9037e46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/src/main/java/org/openmrs/api/context/Context.java
Expand Up @@ -199,9 +199,8 @@ public static Class<?> loadClass(String className) throws ClassNotFoundException
/**
* Sets the user context on the thread local so that the service layer can perform
* authentication/authorization checks.<br/>
* <br/>
* TODO Make thread-safe because this might be accessed by several thread at the same time.
* Making this thread safe might make this a bottleneck.
* <br />
* This is thread safe since it stores the given user context in ThreadLocal.
*
* @param ctx UserContext to set
*/
Expand Down

0 comments on commit 9037e46

Please sign in to comment.