mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -21,7 +21,7 @@ import java.util.zip.Inflater;
|
||||
|
||||
/**
|
||||
* {@link java.util.zip.InflaterInputStream}包装实现,实现"deflate"算法解压<br>
|
||||
* 参考:org.mina.hc.client5.http.entity.DeflateInputStream
|
||||
* 参考:org.apache.hc.client5.http.entity.DeflateInputStream
|
||||
*
|
||||
* @author looly
|
||||
*/
|
||||
|
@@ -17,7 +17,7 @@ import java.util.Objects;
|
||||
/**
|
||||
* 循环缓冲区
|
||||
*
|
||||
* @author mina commons io
|
||||
* @author Apache-commons-io
|
||||
*/
|
||||
public class CircularByteBuffer {
|
||||
private final byte[] buffer;
|
||||
|
@@ -27,7 +27,7 @@ import java.security.ProtectionDomain;
|
||||
|
||||
/**
|
||||
* 类描述工具类<br>
|
||||
* 来自:org.mina.dubbo.common.utils.ReflectUtils<br>
|
||||
* 来自:org.apache.dubbo.common.utils.ReflectUtils<br>
|
||||
* 在字节码中,类型表示如下:
|
||||
* <ul>
|
||||
* <li>byte =》 B</li>
|
||||
|
@@ -2405,7 +2405,7 @@ public class CharSequenceUtil extends StrValidator {
|
||||
|
||||
/**
|
||||
* 补充字符串以满足指定长度,如果提供的字符串大于指定长度,截断之
|
||||
* 同:leftPad (org.mina.commons.lang3.leftPad)
|
||||
* 同:leftPad (org.apache.commons.lang3.leftPad)
|
||||
*
|
||||
* <pre>
|
||||
* padPre(null, *, *);//null
|
||||
@@ -2436,7 +2436,7 @@ public class CharSequenceUtil extends StrValidator {
|
||||
|
||||
/**
|
||||
* 补充字符串以满足最小长度,如果提供的字符串大于指定长度,截断之
|
||||
* 同:leftPad (org.mina.commons.lang3.leftPad)
|
||||
* 同:leftPad (org.apache.commons.lang3.leftPad)
|
||||
*
|
||||
* <pre>
|
||||
* padPre(null, *, *);//null
|
||||
|
@@ -44,7 +44,7 @@ public class DocumentBuilderUtil {
|
||||
/**
|
||||
* 创建{@link DocumentBuilderFactory}
|
||||
* <p>
|
||||
* 默认使用"com.sun.org.mina.xerces.internal.jaxp.DocumentBuilderFactoryImpl"<br>
|
||||
* 默认使用"com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl"<br>
|
||||
* </p>
|
||||
*
|
||||
* @param namespaceAware 是否打开命名空间支持
|
||||
|
@@ -21,7 +21,7 @@ import java.util.Arrays;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
/**
|
||||
* 来自:org.mina.dubbo.common.utils.ClassDescUtilTest
|
||||
* 来自:org.apache.dubbo.common.utils.ClassDescUtilTest
|
||||
*/
|
||||
public class ClassDescTest {
|
||||
|
||||
|
Reference in New Issue
Block a user