Skip to content

Commit

Permalink
bo impl is not a component
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleydyr Albuquerque committed Sep 27, 2019
1 parent 71d57c5 commit 59fb730
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@

import java.util.Collection;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import biblivre.circulation.user.UserDTO;

@Service
public class PermissionBOImpl implements PermissionBO {
private PermissionDAO dao;

@Autowired
public PermissionBOImpl(PermissionDAO dao) {
super();
this.dao = dao;
Expand Down

0 comments on commit 59fb730

Please sign in to comment.