Skip to content

Commit 1008612

Browse files
committed
Implement the removed method
1 parent 5a34079 commit 1008612

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/junichi11/netbeans/modules/github/issues/repository/GitHubRepositoryProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public Collection<GitHubIssue> getIssues(GitHubRepository repository, String...
8080

8181
@Override
8282
public void removed(GitHubRepository repository) {
83+
repository.removed();
8384
}
8485

8586
@Override

0 commit comments

Comments
 (0)