Skip to content

Commit

Permalink
Fix URF_UNREAD_FIELD warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dibrivnyi committed May 15, 2020
1 parent 213110d commit 2f8767a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ public String getDescription() {
return mDescription;
}

public String getItemType() {
return mItemType;
}

@Override
public String toString() {
return "SkuDetails:" + mJson;
Expand Down

0 comments on commit 2f8767a

Please sign in to comment.