Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
f93aa96d
Commit
f93aa96d
authored
Nov 11, 2020
by
Julian Zobel
Browse files
iscram
parent
7f590a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/analyzer/metric/filter/AbstractFilter.java
View file @
f93aa96d
...
...
@@ -98,8 +98,8 @@ public abstract class AbstractFilter<M extends MetricValue<?>>
}
if
(
incomingMetrics
.
isEmpty
())
{
throw
new
AssertionError
(
"No incoming metrics configured! Available metrics are: "
+
metrics
.
toString
());
"
["
+
this
.
getName
()+
"]
No incoming metrics configured! Available metrics are: "
+
metrics
.
toString
()
);
}
onInitialize
(
incomingMetrics
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment