Ignore:
Timestamp:
11/25/11 21:09:47 (13 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

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

    r1628 r1629  
    7979         public void checkParams() {
    8080                // set defaults
    81                         super.checkParams();
    82                        
     81                //      super.checkParams();
     82                        /*
    8383                if ( getParams().get("startRecord") == null){
    8484                                addParam("startRecord","1");
     
    122122                if ( getParams().get("x-cmd-format") == null){
    123123                        // TODO moved into BasicAction
    124                         /*
     124                       
    125125                                if (getParams().get("format") == null){
    126126                                        if (getSourceAction().getFormat() == null) {
     
    132132                                        }
    133133                                }
    134                                 */
     134                               
    135135                } else {
    136136                                addParam("format",getParams().get("x-cmd-format")[0]);
     
    140140                addParam("fullformat",getSourceAction().getFullFormat());
    141141                //super.checkParams();
    142                
     142                */
    143143                // TODO ?????
    144144                 if (getSourceAction().getActionkey().equals("sru")){
Note: See TracChangeset for help on using the changeset viewer.