wuchong commented on a change in pull request #11624: [FLINK-16949] Enhance
AbstractStreamOperatorTestHarness to use customized TtlTimeProvider
URL: https://github.com/apache/flink/pull/11624#discussion_r406692992
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/MockTtlTimeProvider.java
##########
@@ -26,4 +26,8 @@
public long currentTimestamp() {
return time;
}
+
+ public void setCurrentTimeStamp(long timeStamp) {
Review comment:
```suggestion
public void setCurrentTimestamp(long timestamp) {
```
A lowercase for `S`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services