Changeset 1268 for MDService2


Ignore:
Timestamp:
04/30/11 22:54:31 (13 years ago)
Author:
gaba
Message:

cache- terms bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/TermsProxyAction.java

    r1129 r1268  
    121121                Admin.notifyUser("TPA.q: " + getBaseURI() + getQ() + getRepository());
    122122                // FIXME: this looks like an ugly hack!
    123                 if (getMaxdepth()==0)  setMaxdepth(1);
     123                //if (getMaxdepth()==0)  setMaxdepth(1);
    124124                targetURL = new URL(getBaseURI() + getQ() + "&maxdepth=" + getMaxdepth() + "&repository=" + getRepository());
    125125                // TPA.targetURL:http://localhost:8080/MDService2/model/matrix/?q=all
Note: See TracChangeset for help on using the changeset viewer.