8384858687888990919293
this.owner = repo; final RequestURI rep = req.uri() .path("/repos") .path(repo.coordinates().user()) .path(repo.coordinates().repo()); this.request = rep .path("/commits") .back(); this.comp = rep .path("/compare") .back();
8687888990919293949596
.path(repo.coordinates().user()) .path(repo.coordinates().repo()); this.request = rep .path("/commits") .back(); this.comp = rep .path("/compare") .back(); } @Override