Ignore:
Timestamp:
2010-03-26T18:37:14+13:00 (14 years ago)
Author:
ak19
Message:

Browse takes a list of classifierIDs, not a single one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/src/GS3Fedora/org/greenstone/fedora/services/FedoraConnection.java

    r21775 r21835  
    244244        // get user input
    245245        setInitialisationProperties(properties);
    246         properties = null; // finished
     246        properties = null; // finished
    247247    }
    248248   
     
    524524        // fewer files of FedoraClient.jar
    525525        FedoraAPIAServiceLocator serviceLocator
    526             = new FedoraAPIAServiceLocator(fedoraServerUsername,
    527                     fedoraServerPassword);
     526            = new FedoraAPIAServiceLocator(fedoraServerUsername,
     527                           fedoraServerPassword);
    528528       
    529529        APIA = null;
Note: See TracChangeset for help on using the changeset viewer.