From 845e80b46e18d7183d56b7716a5f360d2b57654a Mon Sep 17 00:00:00 2001 From: Nikolaus Huber <nikolaus.huber@uni-wuerzburg.de> Date: Mon, 10 Jun 2013 09:15:49 +0000 Subject: [PATCH] fixed spelling error git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@12004 9e42b895-fcda-4063-8a3b-11be15eb1bbd --- .../adaptation/evaluation/weightingfunction/WeightedSum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edu.kit.ipd.descartes.adaptation/src/edu/kit/ipd/descartes/adaptation/evaluation/weightingfunction/WeightedSum.java b/edu.kit.ipd.descartes.adaptation/src/edu/kit/ipd/descartes/adaptation/evaluation/weightingfunction/WeightedSum.java index cd172d7c..0491b2ce 100644 --- a/edu.kit.ipd.descartes.adaptation/src/edu/kit/ipd/descartes/adaptation/evaluation/weightingfunction/WeightedSum.java +++ b/edu.kit.ipd.descartes.adaptation/src/edu/kit/ipd/descartes/adaptation/evaluation/weightingfunction/WeightedSum.java @@ -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; -- GitLab