Project

General

Profile

« Previous | Next » 

Revision ea33ac4f

Added by Andreas Müller almost 6 years ago

use long instead of int (cont.)

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/media/IMediaDao.java
54 54
	 * @return a count of Rights instances
55 55
	 */
56 56
    @Override
57
    public int countRights(Media t);
57
    public long countRights(Media t);
58 58

  
59 59
	/**
60 60
	 * Return a List of the rights for this media entity

Also available in: Unified diff