Make private constructor to forbid instantiation.
()
| 41 | |
| 42 | /** Make private constructor to forbid instantiation. */ |
| 43 | private HtmlFlow() {} |
| 44 | |
| 45 | /** |
| 46 | * This will invoke the HtmlTemplate to a PreprocessingVisitor that collects a chain of |
nothing calls this directly
no outgoing calls
no test coverage detected