Adjustments
This commit is contained in:
parent
fca4408f8e
commit
4b4aac9496
@ -22,10 +22,10 @@ import org.springframework.beans.factory.annotation.Autowired
|
||||
import org.springframework.stereotype.Service
|
||||
import java.util.*
|
||||
|
||||
private val log = KotlinLogging.logger {}
|
||||
|
||||
@Service
|
||||
class ConvertService(@Autowired override var coordinator: ConverterCoordinator) : TaskCreator(coordinator) {
|
||||
private val log = KotlinLogging.logger {}
|
||||
val serviceId = "${getComputername()}::${this.javaClass.simpleName}::${UUID.randomUUID()}"
|
||||
|
||||
init {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user