All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.honeybadger.com.github.mustachejava.codes.CommentCode Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package com.github.mustachejava.codes;

import com.github.mustachejava.DefaultMustacheFactory;
import com.github.mustachejava.TemplateContext;

public class CommentCode extends DefaultCode {
  public CommentCode(TemplateContext tc, DefaultMustacheFactory df, String comment) {
    super(tc, df, null, comment, "!");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy