Skip to content
Snippets Groups Projects
Commit 8ae64b95 authored by tpylak's avatar tpylak
Browse files

minor: javadoc

SVN: 21104
parent e9d6fee4
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.MaterialFeatur ...@@ -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; 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 * Calculates summaries and ranks for each group of well replicas. Usually a replica is determined
* determined by the material in the well, e.g. gene or compound. * by the material in the well, e.g. gene or compound.
* *
* @author Tomasz Pylak * @author Tomasz Pylak
*/ */
...@@ -297,7 +297,7 @@ public class WellReplicaSummaryCalculator ...@@ -297,7 +297,7 @@ public class WellReplicaSummaryCalculator
} }
return calculateMedian(featureValues); return calculateMedian(featureValues);
} }
private static float calculateMedian(List<Float> numbers) private static float calculateMedian(List<Float> numbers)
{ {
if (numbers.isEmpty()) if (numbers.isEmpty())
......
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