Changeset 25748 for main/trunk


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

Some tidying

File:
1 edited

Legend:

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

    r25747 r25748  
    302302                // separated list in the 'to' attribute
    303303                String[] modules = StringUtils.split(path, ",");
    304                
     304
    305305                for (String this_mod : modules)
    306306                {
     
    318318                        copied_request.setAttribute(GSXML.TO_ATT, this_mod);
    319319                        result = this.module_map.get(obj).process(mess);
    320                        
     320
    321321                        if (result != null)
    322322                        {
Note: See TracChangeset for help on using the changeset viewer.