Ignore:
Timestamp:
2012-06-05T15:41:11+12:00 (12 years ago)
Author:
sjm84
Message:

Reformatting this file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/Receptionist.java

    r25635 r25749  
    235235            }
    236236        }
    237 
    238237        // transform the request in some way -- does nothing!
    239238        preProcessRequest(request);
     
    249248
    250249        Node action_response = a.process(message);
    251 
    252250        boolean response_only = false;
    253251        Element param_list = (Element) GSXML.getChildByTagName(request, GSXML.PARAM_ELEM + GSXML.LIST_MODIFIER);
     
    288286        //    logger.info("receptionist returned response");
    289287        //    logger.info(this.converter.getString(resulting_page));
    290 
    291288        return resulting_page;
    292 
    293289    }
    294290
Note: See TracChangeset for help on using the changeset viewer.