Compare commits

..

No commits in common. "ee968ae840d1ba0bbfb116a07bb3bfd02edbe451" and "4b7c2837ad50a10bcdec324c312be1dd75dc5ba8" have entirely different histories.

View File

@ -863,7 +863,6 @@ public class SelfBaseUtil extends AbstractLogOrReport {
for (int i = (int)lc; i <= (int) rc; i++) {
area += counts.get(i);
}
nuclideParam.put("exist", false);
nuclideParam.put("area", area+"");
}
param.put(mapKey, nuclideParam);