(
Supplier<HtmlVisitor> visitorSupplier,
boolean threadSafe
)
| 82 | } |
| 83 | |
| 84 | @Override |
| 85 | protected final HtmlViewHot<M> clone( |
| 86 | Supplier<HtmlVisitor> visitorSupplier, |
| 87 | boolean threadSafe |
| 88 | ) { |
| 89 | return new HtmlViewHot<>(visitorSupplier, template, threadSafe); |
| 90 | } |
| 91 | |
| 92 | @SuppressWarnings("unchecked") |
| 93 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected