From 52c2f490cd5424925b88b0ed58e7724efbcc2f02 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 21 Nov 2018 16:56:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5drop=20rate=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=94=B9=E4=B8=BA0.1=E5=88=B00.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/nis/util/excel/thread/CheckIpFormatThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/util/excel/thread/CheckIpFormatThread.java b/src/main/java/com/nis/util/excel/thread/CheckIpFormatThread.java index b541b4e52..a7cc17803 100644 --- a/src/main/java/com/nis/util/excel/thread/CheckIpFormatThread.java +++ b/src/main/java/com/nis/util/excel/thread/CheckIpFormatThread.java @@ -116,7 +116,7 @@ public class CheckIpFormatThread implements Callable{ } if (!has) { errInfo.append(prop.getProperty("ratelimit") + "." - + String.format(prop.getProperty("must_between"), 0.001, 0.009) + ";"); + + String.format(prop.getProperty("must_between"), 0.1, 0.9) + ";"); } } catch (Exception e) { // TODO: handle exception