delete destroy
This commit is contained in:
parent
cfc85f3f4b
commit
9b88cf242c
@ -104,9 +104,4 @@ public class TbCopyKeysNode implements TbNode {
|
||||
boolean checkKey(String key) {
|
||||
return patternKeys.stream().anyMatch(pattern -> pattern.matcher(key).matches());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void destroy() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user