src/main/java/com/googlesource/gerrit/plugins/importer/ResumeCopyProject.java [85:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public ResumeImportStatistic apply(ProjectResource rsrc, Input input)
      throws RestApiException, IOException, OrmException, ValidationException, GitAPIException,
          NoSuchChangeException, NoSuchAccountException, UpdateException, ConfigInvalidException,
          PermissionBackendException, PatchListNotAvailableException {
    ImportProjectResource projectResource =
        projectsCollection.parse(new ConfigResource(), IdString.fromDecoded(rsrc.getName()));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/googlesource/gerrit/plugins/importer/ResumeProjectImport.java [136:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public ResumeImportStatistic apply(ProjectResource rsrc, Input input)
        throws RestApiException, IOException, OrmException, ValidationException, GitAPIException,
            NoSuchChangeException, NoSuchAccountException, UpdateException, ConfigInvalidException,
            PermissionBackendException, PatchListNotAvailableException {
      ImportProjectResource projectResource =
          projectsCollection.parse(new ConfigResource(), IdString.fromDecoded(rsrc.getName()));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



