Project

General

Profile

« Previous | Next » 

Revision 4698

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

QueryTerm.java
32 32
import java.util.Vector;
33 33
import org.apache.log4j.Logger;
34 34

  
35
import edu.ucsb.nceas.metacat.util.MetaCatUtil;
35
import edu.ucsb.nceas.metacat.util.MetacatUtil;
36 36

  
37 37
/** a utility class that represents a single term in a query */
38 38
public class QueryTerm
......
224 224

  
225 225
        // if pathexpr has been specified in metacat.properties for indexing
226 226
        if(pathexpr != null){
227
            if(MetaCatUtil.pathsForIndexing.contains(pathexpr)){
227
            if(MetacatUtil.pathsForIndexing.contains(pathexpr)){
228 228
                usePathIndex = true;
229 229
            }
230 230
        }

Also available in: Unified diff