Skip to content
Snippets Groups Projects
Commit 845e80b4 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

fixed spelling error

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@12004 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent b436dcf3
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class WeightedSum implements IWeightingFunction {
afterMetricValue.getMetricType());
if (Double.isNaN(weightOfMetric))
logger.debug("WeightingFunction "+ weightingFunction.getName()+" hos no weight specified for metric type " + afterMetricValue.getMetricType().getName() + ". Skipping...");
logger.debug("WeightingFunction "+ weightingFunction.getName()+" has no weight specified for metric type " + afterMetricValue.getMetricType().getName() + ". Skipping...");
else {
// add it
newWeight += weightOfMetric * delta;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment