Skip to content

Commit

Permalink
Changed the access modifier for Daemon.DAEMON_USER_UUID from public t…
Browse files Browse the repository at this point in the history
…o protected - TRUNK-3424
  • Loading branch information
wluyima committed Aug 16, 2013
1 parent 050a6e7 commit d7f47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/openmrs/api/context/Daemon.java
Expand Up @@ -35,7 +35,7 @@ public class Daemon {
/**
* The uuid defined for the daemon user object
*/
public static final String DAEMON_USER_UUID = "A4F30A1B-5EB9-11DF-A648-37A07F9C90FB";
protected static final String DAEMON_USER_UUID = "A4F30A1B-5EB9-11DF-A648-37A07F9C90FB";

protected static final ThreadLocal<Boolean> isDaemonThread = new ThreadLocal<Boolean>();

Expand Down

0 comments on commit d7f47b7

Please sign in to comment.