Skip to content

Commit

Permalink
dashboard: Remove duplicate code in MetricEntity (alibaba#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenxianyimeng authored and 刘伟 committed May 7, 2020
1 parent be0ef8f commit ff91f9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static MetricEntity copyOf(MetricEntity oldEntity) {
entity.setExceptionQps(oldEntity.getExceptionQps());
entity.setRt(oldEntity.getRt());
entity.setCount(oldEntity.getCount());
entity.setResource(oldEntity.getResource());
return entity;
}

Expand Down

0 comments on commit ff91f9b

Please sign in to comment.