Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: make the getStorageClass() method public (#22)
  • Loading branch information
dmitry-fa authored and frankyn committed Jan 16, 2020
1 parent 3cedc8f commit 7fb1f6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -663,7 +663,7 @@ public String toString() {
.toString();
}

StorageClass getStorageClass() {
public StorageClass getStorageClass() {
return storageClass;
}
}
Expand Down

0 comments on commit 7fb1f6c

Please sign in to comment.