From 1243b25e7fef47f7efc42302128301bec4ba7312 Mon Sep 17 00:00:00 2001 From: James Brown <64858662+james-d-brown@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:50:01 +0100 Subject: [PATCH] Fix some documentation, #36. --- src/wres/pipeline/EvaluationUtilities.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wres/pipeline/EvaluationUtilities.java b/src/wres/pipeline/EvaluationUtilities.java index 06ccbed2f..ada9c1295 100644 --- a/src/wres/pipeline/EvaluationUtilities.java +++ b/src/wres/pipeline/EvaluationUtilities.java @@ -1732,7 +1732,7 @@ private static BinaryOperator getMetadataAdapterForThresholds() wres.statistics.generated.Pool latestPool = isBaselinePool ? latest.getBaselinePool() : latest.getPool(); - // Clear the threshold values unless they are equal across statistics + // Remove the threshold values unless they are equal across statistics if ( existingPool.hasEventThreshold() && !Objects.equals( existingPool.getEventThreshold() .getLeftThresholdValue(),