Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pkainulainen committed Apr 27, 2012
1 parent 9cad3cb commit ab8de50
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -5,17 +5,12 @@
import net.petrikainulainen.spring.datajpa.repository.PersonRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Sort;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import javax.annotation.Resource;
import java.util.List;

import static net.petrikainulainen.spring.datajpa.repository.PersonPredicates.lastNameIsLike;

/**
* This implementation of the PersonService interface communicates with
* the database by using a Spring Data JPA repository.
Expand Down

0 comments on commit ab8de50

Please sign in to comment.