Browse Source

dashboard: Remove duplicate code in MetricEntity (#1441)

master
zhenxianyimeng GitHub 4 years ago
parent
commit
ba391097ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/datasource/entity/MetricEntity.java

+ 0
- 1
sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/datasource/entity/MetricEntity.java View File

@@ -61,7 +61,6 @@ public class MetricEntity {
entity.setExceptionQps(oldEntity.getExceptionQps());
entity.setRt(oldEntity.getRt());
entity.setCount(oldEntity.getCount());
entity.setResource(oldEntity.getResource());
return entity;
}



Loading…
Cancel
Save