|
@@ -116,10 +116,10 @@ public class DictionaryManager {
|
|
synchronized (DictionaryManager.this) {
|
|
synchronized (DictionaryManager.this) {
|
|
if (lifetime <= System.currentTimeMillis()
|
|
if (lifetime <= System.currentTimeMillis()
|
|
&& dicFileMap != null) {
|
|
&& dicFileMap != null) {
|
|
|
|
+ dicFileMap = null;
|
|
if (logger.isDebugEnabled()) {
|
|
if (logger.isDebugEnabled()) {
|
|
- logger.debug("Cleaning synonym files: " + dicFileMap);
|
|
|
|
|
|
+ logger.debug("Clear dictionary cache: " + dicFileMap);
|
|
}
|
|
}
|
|
- dicFileMap = null;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|