remove confusing type and dimensions labeling methods

This commit is contained in:
Jonathan Shook
2023-09-09 20:31:04 -05:00
parent 4294758c52
commit bf3e9636c0
21 changed files with 32 additions and 96 deletions

View File

@@ -82,7 +82,7 @@ public class Scenario implements Callable<ExecutionMetricsResult>, NBLabeledElem
@Override
public NBLabels getLabels() {
return this.parentComponent.getLabels().andTypes("scenario", this.scenarioName);
return this.parentComponent.getLabels().and("scenario", this.scenarioName);
}
public enum State {