ThreadNameDeterminer.CURRENT return the right name now. Was returning
null before all the time
This commit is contained in:
parent
35401caac4
commit
4be22a42ef
@ -42,7 +42,7 @@ public interface ThreadNameDeterminer {
|
|||||||
ThreadNameDeterminer CURRENT = new ThreadNameDeterminer() {
|
ThreadNameDeterminer CURRENT = new ThreadNameDeterminer() {
|
||||||
public String determineThreadName(String currentThreadName,
|
public String determineThreadName(String currentThreadName,
|
||||||
String proposedThreadName) throws Exception {
|
String proposedThreadName) throws Exception {
|
||||||
return null;
|
return currentThreadName;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user