Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
congdai-airwallex committed Feb 8, 2024
1 parent ca3b067 commit 6d17c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class HybridWatermarkGenerator<T> implements WatermarkGenerator<T> {
private final Clock clock;
private long maxTs;
private long lastProcessTime;
private long allowedLatency;
private final long allowedLatency;

public HybridWatermarkGenerator(long maxDelay, EventTimeManager eventTimeManager, Clock clock) {
this.maxDelay = maxDelay;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=com.airwallex.airskiff
name=core
version=2.0.57
version=2.0.58
org.gradle.daemon=true
org.gradle.parallel=true
file.encoding=utf-8
Expand Down

0 comments on commit 6d17c54

Please sign in to comment.