Project

General

Profile

« Previous | Next » 

Revision 55652

updated test + page correction in SearchRequestController

View differences:

SearchApiService.java
652 652
        }
653 653

  
654 654
        long startTime = System.nanoTime();
655
        logger.debug("type " + type);
656 655
        final RequestResponseHandler.Entity entity =  extractEntity(type);
657
        logger.debug("Entity type " + entity);
658 656
        final Transformer transformer = extractTransformer(format, extractEntity(type));
659 657
        final boolean special = isSpecialFormat(format);
660 658
        String responseType =  extractResponseFormat(format);

Also available in: Unified diff