This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 40d832298aefca090b6bada664c1b551dade32a0 Author: Martin Desruisseaux <[email protected]> AuthorDate: Sun Feb 22 13:58:03 2026 +0100 squash --- .../org/apache/sis/referencing/operation/CoordinateOperationContext.java | 1 + 1 file changed, 1 insertion(+) diff --git a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationContext.java b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationContext.java index 804ed86c7e..93c24183af 100644 --- a/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationContext.java +++ b/endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/CoordinateOperationContext.java @@ -434,6 +434,7 @@ public class CoordinateOperationContext implements Localized { * the {@linkplain #getOperationFilter() operation filter} for choosing a result. * If this flag is {@code false}, then multiple calls to {@code createOperation(…)} * with the same pair of <abbr>CRS</abbr> are likely to provide the same result no matter the context. + * This information information is useful for deciding whether to cache a result. * * @return whether the coordinate operation created with this context depends on the context values. *
