Skip to content

Commit

Permalink
Fix component scan
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomejt committed May 1, 2017
1 parent 2bfd4b5 commit bf87830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Created by Jason on 6/19/2015.
*/
@Configuration
@ComponentScan("clinic.programming.timetracker.core")
@ComponentScan("training.taylor.timetracker.core")
public class TrackerCoreConfig {

@Bean(name = "timesheet")
Expand Down

0 comments on commit bf87830

Please sign in to comment.