Skip to content

Commit 0a3dd0d

Browse files
committed
Merge branch 'nb82'
2 parents e92cffc + 384e43d commit 0a3dd0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.junichi11</groupId>
55
<artifactId>netbeans-github-issues</artifactId>
6-
<version>0.3.2</version>
6+
<version>0.3.3</version>
77
<packaging>nbm</packaging>
88
<build>
99
<plugins>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public Issue getIssue(int id) {
484484
public List<GitHubIssue> getIssues(Map<String, String> filter, boolean isRefresh) {
485485
Repository repository = getRepository();
486486
if (repository == null) {
487-
return null;
487+
return Collections.emptyList();
488488
}
489489
try {
490490
GitHubClient client = createGitHubClient();

0 commit comments

Comments
 (0)