formatting work

This commit is contained in:
eugenp
2014-05-16 22:40:53 +03:00
parent 393ca43033
commit c970f3261e
8 changed files with 1 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ import org.baeldung.persistence.service.IChildService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ChildService extends AbstractService<Child> implements IChildService {