ソースを参照

dashboard: Remove duplicate code in MetricEntity (#1441)

master
zhenxianyimeng GitHub 4年前
コミット
ba391097ca
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加1行の削除
  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 ファイルの表示

@@ -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;
}



読み込み中…
キャンセル
保存