Fix typo in SchemaMappingInspector Javadoc

Closes gh-1195

Signed-off-by: Alexander Münch <theHacker@users.noreply.github.com>
This commit is contained in:
Alexander Münch
2025-04-19 17:40:18 +02:00
committed by Brian Clozel
parent d30429fe86
commit 719281175f

View File

@@ -123,7 +123,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) {