mjsax commented on code in PR #21767:
URL: https://github.com/apache/kafka/pull/21767#discussion_r2937803745
##########
streams/src/test/java/org/apache/kafka/test/InternalMockProcessorContext.java:
##########
@@ -397,14 +397,6 @@ public void setTime(final long timestamp) {
this.timestamp = timestamp;
}
- @Override
- public long timestamp() {
Review Comment:
There override are exactly the same code as the super-class implementation.
Thus, removing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]