Skip to content

Commit

Permalink
Merge pull request Azure#46 from jofriedm-msft/dev
Browse files Browse the repository at this point in the history
Cleaning up merge from public dev
  • Loading branch information
jofriedm-msft authored Apr 25, 2017
2 parents 2e73669 + d3f34db commit 5d39c24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ final class BlobConstants {
*/
public static final int DEFAULT_POLLING_INTERVAL_IN_SECONDS = 30;

/**
* The default maximum size, in bytes, of a blob before it must be separated into blocks.
*/
public static final int DEFAULT_SINGLE_BLOB_PUT_THRESHOLD_IN_BYTES = 32 * Constants.MB;

/**
* XML element for the latest.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,7 @@ public FileOutputStream openWriteExisting() throws StorageException, URISyntaxEx
*/
@DoesServiceRequest
public FileOutputStream openWriteExisting(AccessCondition accessCondition, FileRequestOptions options,
OperationContext opContext) throws StorageException {
OperationContext opContext) throws StorageException, URISyntaxException {
return this.openOutputStreamInternal(null /* length */, accessCondition, options, opContext);
}

Expand Down

0 comments on commit 5d39c24

Please sign in to comment.