Showing
1 changed file
with
1 additions
and
1 deletions
@@ -75,7 +75,7 @@ public class JavaApiStatus { | @@ -75,7 +75,7 @@ public class JavaApiStatus { | ||
75 | statics.setServiceType(Integer.parseInt(strKeys[1])); | 75 | statics.setServiceType(Integer.parseInt(strKeys[1])); |
76 | 76 | ||
77 | statics.setErrNum(mapStaticsErr.getOrDefault(key, new AtomicInteger(0)).intValue()); | 77 | statics.setErrNum(mapStaticsErr.getOrDefault(key, new AtomicInteger(0)).intValue()); |
78 | - multiKeyMap.put(statics.getServiceType(), statics.getServiceType(), statics); | 78 | + multiKeyMap.put(statics.getCloudType(), statics.getServiceType(), statics); |
79 | 79 | ||
80 | rel.add(statics); | 80 | rel.add(statics); |
81 | } | 81 | } |
-
Please register or login to post a comment