...
|
...
|
@@ -70,7 +70,7 @@ public abstract class AbstractSimpleSqlTimeseriesDao<T extends AbstractTsKvEntit |
70
|
70
|
|
71
|
71
|
@PreDestroy
|
72
|
72
|
protected void destroy() {
|
73
|
|
- super.init();
|
|
73
|
+ super.destroy();
|
74
|
74
|
if (tsQueue != null) {
|
75
|
75
|
tsQueue.destroy();
|
76
|
76
|
}
|
...
|
...
|
|