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 927b7a8dad136499c149cb6450c9a7dc6fe0810b Author: Martin Desruisseaux <[email protected]> AuthorDate: Mon Jul 3 15:36:39 2023 +0200 Post-merge cleanup. --- core/sis-metadata/src/main/java/org/apache/sis/util/iso/Types.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sis-metadata/src/main/java/org/apache/sis/util/iso/Types.java b/core/sis-metadata/src/main/java/org/apache/sis/util/iso/Types.java index 7fc10558b4..11af4a3269 100644 --- a/core/sis-metadata/src/main/java/org/apache/sis/util/iso/Types.java +++ b/core/sis-metadata/src/main/java/org/apache/sis/util/iso/Types.java @@ -468,8 +468,8 @@ public final class Types extends Static { /** * Returns the resource name for the given GeoAPI type, or {@code null} if none. * The non-null resource name is only informative in this implementation. - * However we need {@code null} value is still necessary for telling that - * no resource is expected to exist for the given class. + * We need to allow {@code null} return value for telling that no resource + * is expected to exist for the given class. * * @param classname the fully qualified name of the GeoAPI type. * @return the resource bundle to load, or {@code null} if none.
