修复VersionComparator在极端数据排序时候违反了自反性问题

This commit is contained in:
Looly
2023-09-21 11:34:05 +08:00
parent 90646bc45d
commit 6d2d57e34b
4 changed files with 52 additions and 12 deletions

View 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";
}
}