}
options.rctx.debugOutput.finishedCalculating();
if (paths == null || paths.size() == 0) {
LOG.info("Path not found: " + options.from + " : " + options.to);
throw new PathNotFoundException();
}
for (GraphPath graphPath : paths) {
if (originalOptions.arriveBy) {
if (graphPath.states.getLast().getTimeSeconds() > originalOptions.dateTime) {