Commit ab984287 by jinfeng.wang

fix

parent d3ac697b
......@@ -125,7 +125,7 @@ public class StorageTag {
Double userCount = Double.valueOf(strs[4]);
Integer tagCount = map.get(key);
String key1 = packageName + "," + appName + "," + platform;
DecimalFormat df = new DecimalFormat("#.##");
DecimalFormat df = new DecimalFormat("#.###");
Double tagRate = Double.parseDouble(df.format(tagCount / userCount));
if (tagRate > 0.5) {
packageSet.add(packageName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment