6667686970717273747576
try { Collections.sort(result.getResults(), new GraphObjectComparator(sortKey, sortOrder)); } catch(Throwable t) { throw new FrameworkException("base", new InvalidSortKey(sortKey)); } return result; }