Skip to content

Commit

Permalink
Merge pull request #197 from box/expiring-embed-link-all-fields-issue
Browse files Browse the repository at this point in the history
fixes issue #196
  • Loading branch information
cburnette committed Jan 20, 2016
2 parents dd98f8c + 2b6b06b commit ee5af38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/box/sdk/BoxFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class BoxFile extends BoxItem {
"description", "size", "path_collection", "created_at", "modified_at", "trashed_at", "purged_at",
"content_created_at", "content_modified_at", "created_by", "modified_by", "owned_by", "shared_link", "parent",
"item_status", "version_number", "comment_count", "permissions", "tags", "lock", "extension", "is_package",
"file_version", "expiring_embed_link"};
"file_version"};

/**
* Used to specify what filetype to request for a file thumbnail.
Expand Down

0 comments on commit ee5af38

Please sign in to comment.