add date to long support for Convert

This commit is contained in:
Looly
2020-05-17 19:19:24 +08:00
parent 13594ae4d1
commit 200dc6c5ea
4 changed files with 50 additions and 29 deletions

View File

@@ -47,6 +47,6 @@ public class PinyinFactory {
return engine;
}
throw new TemplateException("No template found ! Please add one of pinyin jar to your project !");
throw new TemplateException("No pinyin jar found ! Please add one of it to your project !");
}
}