520521522523524525526527
} final Application app = this.applicationRepo.findOne(id); if (app != null) { return app.getCommands(); } else { throw new GenieNotFoundException("No application with id " + id + " exists."); } }