Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for internalServerError (0.1 sec)

  1. test-site/app/controllers/Suggest.java

                if(callback != null && callback.length > 0) {
                    json = callback[0] + '(' + json + ')';
                }
                return ok(json);
            } catch (Exception e) {
                return internalServerError(e.getMessage());
            }
        }
    
        public static Result createSuggestFromContent() {
            try {
                long start = System.currentTimeMillis();
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Fri Nov 06 08:48:32 UTC 2015
    - 2.2K bytes
    - Viewed (0)
Back to top