docs: fix 'compatability' typo in Javadoc comments#1202
Conversation
Snidd111
left a comment
There was a problem hiding this comment.
This looks good. Thanks for catching the mistake!
|
Hey @Nepomuk5665, in order to merge this, we require our commits to be signed. Are you able to sign your commit? |
077c491 to
b5d8212
Compare
|
Done! I've signed the commit. Thanks for the review and for catching that requirement! |
b5d8212 to
53436aa
Compare
53436aa to
ea71523
Compare
|
Hey @Nepomuk5665 I can see that it's signed now, but it's still unverified. Check out this section of GitHub's docs for some help on getting your public key recognized: https://docs.github.com/en/authentication/managing-commit-signature-verification |
|
Hey @Nepomuk5665 just checking in one more time. I can see that the code was signed but the signatures were not verified. Check out this section of GitHub's docs for some help on getting your public key recognized: https://docs.github.com/en/authentication/managing-commit-signature-verification. I will close this PR soon if we don't hear back. |
|
yeah sorry @Snidd111 will do it asap |
Summary
This PR fixes a repeated typo in Javadoc comments across the codebase where "compatibility" was misspelled as "compatability".
Changes
c3r-sdk-parquet/src/main/java/com/amazonaws/c3r/data/ParquetDataType.javafromType()method Javadocc3r-sdk-core/src/main/java/com/amazonaws/c3r/CleartextTransformer.javaFORMAT_VERSIONfield Javadocc3r-sdk-core/src/main/java/com/amazonaws/c3r/FingerprintTransformer.javaFORMAT_VERSIONfield Javadocc3r-sdk-core/src/main/java/com/amazonaws/c3r/SealedTransformer.javaFORMAT_VERSIONfield JavadocDetails
All instances changed:
compatability→compatibilityThis is a documentation-only change with no functional impact.