Browse Source

新增作者

pull/2144/head
Jiaju Zhuang 3 years ago
parent
commit
44b5dedbfa
  1. 7
      src/main/java/com/alibaba/excel/util/StringUtils.java

7
src/main/java/com/alibaba/excel/util/StringUtils.java

@ -1,5 +1,6 @@
package com.alibaba.excel.util; package com.alibaba.excel.util;
/*
/**
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. * this work for additional information regarding copyright ownership.
@ -12,8 +13,9 @@ package com.alibaba.excel.util;
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
* @author Apache Software Foundation (ASF)
*/ */
public class StringUtils { public class StringUtils {
private StringUtils() {} private StringUtils() {}
@ -194,7 +196,6 @@ public class StringUtils {
return true; return true;
} }
/** /**
* <p>Checks if the CharSequence contains only Unicode digits. * <p>Checks if the CharSequence contains only Unicode digits.
* A decimal point is not a Unicode digit and returns false.</p> * A decimal point is not a Unicode digit and returns false.</p>

Loading…
Cancel
Save