ItEr60S04ValidacionEProbasFuncionaisItEr59S04 : [Bug #543] Fix bug.
it changes the call to the getRealResources method by the getResources method.
This commit is contained in:
parent
25c0d325bc
commit
03a7eab29c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class ResourceFinder extends Finder implements IFinder {
|
|||
|
||||
@Transactional(readOnly = true)
|
||||
public List<Resource> getAll() {
|
||||
return resourceDAO.getRealResources();
|
||||
return resourceDAO.getResources();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue