ItEr60S04ValidacionEProbasFuncionaisItEr59S04 : [Bug #543] Fix bug.

it changes the call to the getRealResources method by the getResources method.
This commit is contained in:
Susana Montes Pedreira 2010-07-09 13:57:59 +02:00 committed by Javier Moran Rua
parent 25c0d325bc
commit 03a7eab29c

View file

@ -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