All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lucidchart.piezo.admin.utils.JobUtils.scala Maven / Gradle / Ivy

The newest version!
package com.lucidchart.piezo.admin.utils

import org.quartz.JobDetail

object JobUtils {

  def cleanup(job: JobDetail): JobDetail = {
    if (job.getJobDataMap.containsKey("")) {
      job.getJobDataMap.remove("")
    }
    job
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy