Project

General

Profile

« Previous | Next » 

Revision 7792

Added by Jing Tao almost 11 years ago

The returned ISet should be Identifier.

View differences:

metacat-index/src/main/java/edu/ucsb/nceas/metacat/index/DistributedMapsFactory.java
223 223
     * @throws FileNotFoundException
224 224
     * @throws ServiceFailure
225 225
     */
226
    public static ISet getIdentifiersSet() throws FileNotFoundException, ServiceFailure {
226
    public static ISet<Identifier> getIdentifiersSet() throws FileNotFoundException, ServiceFailure {
227 227
        if(hzClient== null) {
228 228
            startHazelCastClient();
229 229
        }

Also available in: Unified diff