delete destroy

This commit is contained in:
Yuriy Lytvynchuk 2022-09-23 10:54:43 +03:00
parent cfc85f3f4b
commit 9b88cf242c

View File

@ -104,9 +104,4 @@ public class TbCopyKeysNode implements TbNode {
boolean checkKey(String key) { boolean checkKey(String key) {
return patternKeys.stream().anyMatch(pattern -> pattern.matcher(key).matches()); return patternKeys.stream().anyMatch(pattern -> pattern.matcher(key).matches());
} }
@Override
public void destroy() {
}
} }