Commit 3ead306a authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Merge branch 'nr/debugMonitor-clemens' into 'master'

Merge nr/debug monitor clemens into master

See merge request !9
parents c8ea9a53 705610de
......@@ -104,7 +104,7 @@ public abstract class AbstractMetric<M extends MetricValue<?>> implements
@Override
public boolean isOverallMetric() {
assert (perHost == null && overallMetric != null)
|| (perHost != null && overallMetric == null);
|| (perHost != null && overallMetric == null) : name;
return perHost == null;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment