github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/wizard/PullRequestImportController.java [39:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void doAction(
      IdentifiedUser user,
      GitHubLogin hubLogin,
      HttpServletRequest req,
      HttpServletResponse resp,
      ControllerErrors errors)
      throws ServletException, IOException {
    String organisation = req.getParameter("organisation");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/wizard/RepositoriesListController.java [51:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void doAction(
      IdentifiedUser user,
      GitHubLogin hubLogin,
      HttpServletRequest req,
      HttpServletResponse resp,
      ControllerErrors errors)
      throws ServletException, IOException {
    String organisation = req.getParameter("organisation");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



