Fix typo in SchemaMappingInspector Javadoc
Closes gh-1195 Signed-off-by: Alexander Münch <theHacker@users.noreply.github.com>
This commit is contained in:
committed by
Brian Clozel
parent
d30429fe86
commit
719281175f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user