12131415161718
private final ParagraphTagTemplate template; @Inject public ParagraphTag(Sanitizer sanitizer, Parser parser) { this.template = new ParagraphTagTemplate(sanitizer, parser); }
private ParagraphTagTemplate template; @Inject public ParagraphTag(Sanitizer sanitizer, Parser parser) { this.template = new ParagraphTagTemplate(sanitizer, parser); }