Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ofarukdogancay committed Jul 19, 2024
1 parent 260fe33 commit ef890d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/kotlin/com/valensas/simplyquartz/JobScheduler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import org.springframework.context.ApplicationContext
import org.springframework.context.annotation.Configuration
import org.springframework.context.event.EventListener


@Configuration
@ConditionalOnProperty("simplyquartz.enabled", havingValue = "true")
@EnableConfigurationProperties(SimplyQuartzProperties::class)
Expand Down Expand Up @@ -57,7 +56,6 @@ class JobScheduler(
scheduleCronJob(jobClass, jobKey, cronExpression)

newJobKeysSet.add(jobKey)

}
}

Expand All @@ -71,7 +69,6 @@ class JobScheduler(
logger.info("Starting scheduler")

scheduler.start()

}

private fun resolveEnvironmentPlaceholders(value: String): String {
Expand Down

0 comments on commit ef890d0

Please sign in to comment.