diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2012-10-16 00:21:43 -0700 |
---|---|---|
committer | Harvey Harrison <harvey.harrison@gmail.com> | 2012-10-16 00:21:43 -0700 |
commit | 4309d1334a2b036c7bf15612199bb7391a57980b (patch) | |
tree | 86e41d5d85b4e76af656aae4b920eb5bbdfc1762 /src/junit | |
parent | 28410cfb398b510b4f748f3a1134dd13dae9f7c4 (diff) |
gluegen: replace Thread name with name of lock file in SingletonInstanceFileLock error message
The getName() call here is currently calling Thread.getName() inherited by the
anonymous inner class. This is ambiguous, and likely meant to call the getName()
method of SingletonInstanceFileLock, which would output the lockfile name.
In any event, infoPrefix() is already adding the Thread name for us.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Diffstat (limited to 'src/junit')
0 files changed, 0 insertions, 0 deletions