代码格式化;

This commit is contained in:
Magese 2021-12-31 17:11:52 +08:00
parent 3ec8076730
commit df29bdc4df

View File

@ -28,7 +28,6 @@
package org.wltea.analyzer.core;
/**
*
* 字符集识别工具类
*/
class CharacterUtil {
@ -46,6 +45,7 @@ class CharacterUtil {
/**
* 识别字符类型
*
* @param input 需要识别的字符
* @return int CharacterUtil定义的字符类型常量
*/
@ -85,6 +85,7 @@ class CharacterUtil {
/**
* 进行字符规格化全角转半角大写转小写处理
*
* @param input 需要转换的字符
* @return char
*/