Hi Am 29.05.2013 um 20:54 schrieb <[email protected]> <[email protected]>:
> + /** SLING-2892: remember the value of the heartbeat this instance has > written the last time **/ > + private Calendar lastHeartbeatWritten = null; Is there a reason you use Calendar here ? I have the impression that a long being System.currentTimeMillis would be sufficient. Regards Felix
