Project

General

Profile

« Previous | Next » 

Revision 45676

View differences:

ISStoreImpl.java
3 3
import java.util.ArrayList;
4 4
import java.util.Iterator;
5 5
import java.util.List;
6
import java.util.Set;
6 7

  
7 8
import org.apache.commons.logging.Log;
8 9
import org.apache.commons.logging.LogFactory;
......
70 71
	}
71 72

  
72 73
	@Override
73
	public List<String> getFileNames(final String fileColl) throws DnetInformationServiceException {
74
	public Set<String> getFileNames(final String fileColl) throws DnetInformationServiceException {
74 75
		try {
75 76
			return xmlDatabase.list(fileColl);
76 77
		} catch (final XMLDBException e) {

Also available in: Unified diff