This commit is contained in:
Looly
2021-08-12 18:23:42 +08:00
parent 94584edb9b
commit ae1eb46e90
3 changed files with 20 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public class TinyPinyinEngine implements PinyinEngine {
* 构造
*/
public TinyPinyinEngine(){
this(null);
}
/**