Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusreusch committed Jan 29, 2019
1 parent 0107cc7 commit a6ded63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.zuehlke.springfundamentals.dependencyinjection.service;

import com.zuehlke.springfundamentals.dependencyinjection.domain.Customer;
import com.zuehlke.springfundamentals.dependencyinjection.dataaccess.CustomerLoader;
import com.zuehlke.springfundamentals.dependencyinjection.domain.Customer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.zuehlke.springfundamentals.dependencyinjection.service;

import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;

@Component
public class EmailService {
Expand Down

0 comments on commit a6ded63

Please sign in to comment.