fix package name...

This commit is contained in:
Shay Banon 2013-05-15 17:06:32 +02:00
parent bc0c7f8f28
commit 2779967279
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class ThreadLocals {
}
if (actualValue != null) {
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;
}
}