Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from maskaravivek/notification
Browse files Browse the repository at this point in the history
Make getter for contents public
  • Loading branch information
dbrant authored Jul 5, 2019
2 parents c15cefd + 00fff56 commit d1c088c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public long revID() {
return revid;
}

@Nullable Contents getContents() {
@Nullable public Contents getContents() {
return contents;
}

Expand Down

0 comments on commit d1c088c

Please sign in to comment.