cleaned up comments

This commit is contained in:
Robinson 2022-06-14 11:24:19 +02:00
parent bf3d7b2be8
commit ef810dcff7
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -90,12 +90,6 @@ object AeronClient {
rootLogger.addAppender(consoleAppender) rootLogger.addAppender(consoleAppender)
} }
private val LOG = LoggerFactory.getLogger(AeronClient::class.java)
// TODO: move ClassUtils to utilities project (also for messagebus!)
// move NetUtil + NetworkUtil to utilities project (also for netref!)
// move NtpClient to utilities project
fun convertLongToTime(time: Long): String { fun convertLongToTime(time: Long): String {
val date = Date(time) val date = Date(time)
val format = SimpleDateFormat("yyyy.MM.dd HH:mm:ss") val format = SimpleDateFormat("yyyy.MM.dd HH:mm:ss")