Project

General

Profile

« Previous | Next » 

Revision 3358

Added by Jing Tao almost 17 years ago

Change a handleReturnField to public which will be used in ecogrid.

View differences:

src/edu/ucsb/nceas/metacat/QuerySpecification.java
640 640

  
641 641
    }
642 642

  
643
   
644
    private void handleReturnField(String inputString)
643
   /**
644
    * Method to handle return field. It will be callied in ecogrid part
645
    * @param inputString
646
    */
647
    public void handleReturnField(String inputString)
645 648
    {
646 649
        int attributePos = inputString.indexOf(ATTRIBUTESYMBOL);
647 650
        int predicateStart = -1;

Also available in: Unified diff