5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-08 13:40:28 +08:00
This commit is contained in:
Kate Ting 2013-06-14 03:21:22 -04:00
commit 6483fbab3a

View File

@ -228,6 +228,7 @@ private synchronized void registerConnectors() {
}
public synchronized void destroy() {
// FIXME
handlerMap = null;
nameMap = null;
}
}