Skip to content

Instantly share code, notes, and snippets.

View aconital's full-sized avatar

Hirad Roshandel aconital

  • Microsoft
  • Toronto
View GitHub Profile
import java.io.IOException;
import java.util.HashSet;
import org.eclipse.egit.github.core.Comment;
import org.eclipse.egit.github.core.Issue;
import org.eclipse.egit.github.core.Repository;
import org.eclipse.egit.github.core.User;
import org.eclipse.egit.github.core.client.GitHubClient;
import org.eclipse.egit.github.core.service.GitHubService;
import org.eclipse.egit.github.core.service.IssueService;