fix package name...
This commit is contained in:
parent
bc0c7f8f28
commit
2779967279
|
@ -98,7 +98,7 @@ public class ThreadLocals {
|
||||||
}
|
}
|
||||||
if (actualValue != null) {
|
if (actualValue != null) {
|
||||||
String actualValueClassName = actualValue.getClass().getName();
|
String actualValueClassName = actualValue.getClass().getName();
|
||||||
if (actualValueClassName.startsWith("org.elasticsearch") || actualValueClassName.startsWith("org.lucene")) {
|
if (actualValueClassName.startsWith("org.elasticsearch") || actualValueClassName.startsWith("org.apache.lucene")) {
|
||||||
remove = true;
|
remove = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue