{@inheritDoc} Subclasses should override this method
()
| 256 | * Subclasses should override this method |
| 257 | */ |
| 258 | @Override |
| 259 | public List<Table<?>> getTables() { |
| 260 | return Collections.emptyList(); |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * {@inheritDoc} |
no test coverage detected