Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
calmilamsy committed Sep 4, 2021
1 parent f8c1eb9 commit af21851
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ public String getId() {
return this.id;
}

@Override
public Collection<String> getProvides() {
return null;
}

@Override
public Version getVersion() {
return this.version;
Expand Down

0 comments on commit af21851

Please sign in to comment.