Merge branch '1.3.x'

This commit is contained in:
Brian Clozel
2025-05-02 18:25:10 +02:00

View File

@@ -124,7 +124,7 @@ public final class SchemaMappingInspector {
/**
* Perform an inspection and create a {@link SchemaReport}.
* The inspection is one once only, during the first call to this method.
* The inspection is done once only, during the first call to this method.
*/
public SchemaReport getOrCreateReport() {
if (this.report == null) {