181182183184185186187188189190191
continue; } notes.add(change, ObjectId.fromString(ps.getRevision().get())); } notes.commit("Exported prior reviews from Gerrit Code Review\n"); notes.updateRef(); } finally { notes.release(); } } finally { git.close();