Removes erroneously added variable definition in MetricsDAO from last branch merge.

This commit is contained in:
Seyi Adebajo 2017-03-25 00:38:44 -07:00 committed by Mars Lan
parent 3360fe79cc
commit 37097ea735

View File

@ -250,8 +250,6 @@ public class MetricsDAO extends AbstractMySQLOpenSourceDAO
return getMetricListViewMetricNodes(metric.dashboardName, metric.group);
}
public final static String GET_METRIC_AUTO_COMPLETE_LIST = "SELECT DISTINCT metric_name " +
"FROM dict_business_metric2 WHERE metric_name is not null and metric_name != '' ORDER by 1";
public static JsonNode getMetricDashboardNodes()
{