Ignore:
Timestamp:
09/19/11 10:39:55 (13 years ago)
Author:
gaba
Message:

Utils.java in place of Helpers and Admin
Diagnostics changes in GenericAction?
code arrangement, comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/proxy/SRUProxy.java

    r1511 r1540  
    259259        public String getBaseURI() {           
    260260                log.debug("SRU-repositorypath:" + WorkspaceProfile.getRepositoryPath(getSourceAction().getRepository()));
    261                 String uri = WorkspaceProfile.getRepositoryPath(getSourceAction().getRepository());//Admin.getConfig().getProperty(getProxyKey() + ".uri");             
     261                String uri = WorkspaceProfile.getRepositoryPath(getSourceAction().getRepository());//Utils.getConfig().getProperty(getProxyKey() + ".uri");             
    262262                return uri;
    263263        }
     
    319319                } else {
    320320                        if (operation.equals("explain") || operation == null){
    321                                 Admin.notifyUser("explaining", "debug");
     321                                log.debug("explaining", "debug");
    322322                        }else {
    323323                                if (operation.equals("scan")){
Note: See TracChangeset for help on using the changeset viewer.