Skip to content

Commit

Permalink
fix(backend.config): remove duplicate annotation about async config
Browse files Browse the repository at this point in the history
  • Loading branch information
davinkevin committed May 10, 2015
1 parent 90a8919 commit 3764280
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/lan/dk/podcastserver/config/BeanConfigScan.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.validation.beanvalidation.LocalValidatorFactoryBean;

/**
Expand All @@ -13,7 +12,6 @@
@ComponentScan(basePackages = { "lan.dk.podcastserver.utils",
"lan.dk.podcastserver.service",
"lan.dk.podcastserver.business"})
@EnableAsync
public class BeanConfigScan {

@Bean(name="Validator")
Expand Down

0 comments on commit 3764280

Please sign in to comment.