mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复VersionComparator在极端数据排序时候违反了自反性问题
This commit is contained in:
10
hutool-http/src/test/java/cn/hutool/http/Issue3314Test.java
Normal file
10
hutool-http/src/test/java/cn/hutool/http/Issue3314Test.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package cn.hutool.http;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class Issue3314Test {
|
||||
@Test
|
||||
public void postTest() {
|
||||
String url = "https://hutool.cn/test/getList";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user