From 8ae64b95decf2329f8e55e7d935e20dc166d5488 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 2 May 2011 21:53:09 +0000 Subject: [PATCH] minor: javadoc SVN: 21104 --- .../server/logic/WellReplicaSummaryCalculator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/WellReplicaSummaryCalculator.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/WellReplicaSummaryCalculator.java index 9311ae9bd7e..3739e11f46c 100644 --- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/WellReplicaSummaryCalculator.java +++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/logic/WellReplicaSummaryCalculator.java @@ -35,8 +35,8 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.MaterialFeatur import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.MaterialReplicaSummaryAggregationType; /** - * Calculates summaries and ranks for each group of well replicas. Usually a replica is - * determined by the material in the well, e.g. gene or compound. + * Calculates summaries and ranks for each group of well replicas. Usually a replica is determined + * by the material in the well, e.g. gene or compound. * * @author Tomasz Pylak */ @@ -297,7 +297,7 @@ public class WellReplicaSummaryCalculator } return calculateMedian(featureValues); } - + private static float calculateMedian(List<Float> numbers) { if (numbers.isEmpty()) -- GitLab