Commit 6fd6b82d authored by mizhoux's avatar mizhoux

Change SimpleCommentGenerator to EmptyCommentGenerator

parent 11a56752
......@@ -9,7 +9,7 @@ import org.mybatis.generator.api.dom.xml.XmlElement;
import java.util.Properties;
import java.util.Set;
public class SimpleCommentGenerator implements CommentGenerator {
public class EmptyCommentGenerator implements CommentGenerator {
@Override
public void addConfigurationProperties(Properties properties) {
......
......@@ -9,7 +9,7 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Properties;
public class MySQLCommentGenerator extends SimpleCommentGenerator {
public class MySQLCommentGenerator extends EmptyCommentGenerator {
private Properties properties;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment