Ignore:
Timestamp:
11/25/11 11:53:28 (13 years ago)
Author:
gaba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/action/RepoAction.java

    r1627 r1628  
    4040        }
    4141
     42        /*
    4243        @Override
    4344        protected void setDefaultParams() {     
    44                 //q=query                       
    45                 if (getQ() != null) {
    46                         addParam("q",getQ());
    47                         addParam("query",getQ());
    48                 } else {
    49                         addParam("q",this.getParam("query"));
    50                 }
     45               
    5146               
    5247                // set defaults
     
    120115
    121116                addParam("fullformat",getFullFormat());
    122                 */
     117               
    123118        }
     119*/
    124120        /**
    125121         * Based on the repository type - we create a typed Proxy, that will do the work.
Note: See TracChangeset for help on using the changeset viewer.