-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE-19621: Rename createdTimestamp to rotationInitiatedTimestamp #5725
Conversation
Jenkins build for PR 5725 build 3 Build Successful: |
@@ -8,15 +8,15 @@ import java.time.Instant | |||
* @param tenantId Either a holding identity ID, the value 'master' for master wrapping key or one of the values | |||
* 'p2p', 'rest', 'crypto' for corresponding cluster-level tenant. | |||
* @param status Overall status of the key rotation. Either In Progress or Done. | |||
* @param createdTimestamp Timestamp of then the key rotation request was received. | |||
* @param rotationInitiatedTimestamp Timestamp of then the key rotation request was received. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this text (which you didn't write) doesn't make sense, we should take the opportunity to fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing it should say "when" instead of "then"? I think that would fix the sentence and make it make more sense.
|
The name of the field
createdTimestamp
can cause confusion about what it refers to, so this PR renames it torotationInitiatedTimestamp