Concrete implementations need to provide access to their logger to be used by the abstract classes. @return the logger
()
| 760 | * @return the logger |
| 761 | */ |
| 762 | protected abstract Log getLog(); |
| 763 | |
| 764 | |
| 765 | /** |
no outgoing calls
no test coverage detected