Could you change it just to:
```
public static final long SECONDS_PER_DAY = 24 * 60 * 60;
```
Same readability, less duplication. Could you also change it for other 
constants in this file like `MILLIS_PER_HOUR` and `MILLIS_PER_DAY`?

[ Full content available at: https://github.com/apache/flink/pull/6614 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to