Skip to content

Commit

Permalink
TEIID-3426 fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed May 27, 2015
1 parent acda3c5 commit 9e0d4cf
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -480,8 +480,8 @@ protected boolean shouldInclude(String fullName) {
}
return includeTables != null && includeTables.matcher(fullName).matches();
}

@TranslatorProperty(display="Import Statistics", category=PropertyType.IMPORT, description="Set to true to retreive cardinalities during import.")
@TranslatorProperty(display="Import Statistics", category=PropertyType.IMPORT, description="Set to true to retrieve cardinalities during import.")
public boolean isImportStatistics() {
return importStatistics;
}
Expand Down

0 comments on commit 9e0d4cf

Please sign in to comment.