Skip to content

Commit

Permalink
Fix final JavaDoc errors (Azure#251)
Browse files Browse the repository at this point in the history
Fix last remaining javadoc issues - now javadoc can be successfully generated.
  • Loading branch information
JonathanGiles authored and mirobers committed Jan 23, 2018
1 parent 4db7212 commit 9556398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ public LeaseDuration getLeaseDuration() {

/**
* Gets the public access level for the container.
* This field should only be set using the container's {@link #create(BlobContainerPublicAccessType,
* This field should only be set using the container's {@link CloudBlobContainer#create(BlobContainerPublicAccessType,
* BlobRequestOptions, com.microsoft.azure.storage.OperationContext) create} method or
* {@link #uploadPermissions(BlobContainerPermissions) uploadPermissions} method.
*
* {@link CloudBlobContainer#uploadPermissions(BlobContainerPermissions) uploadPermissions} method.
*
* @return A <code>{@link BlobContainerPublicAccessType}</code> that specifies the level of public access
* that is allowed on the container.
*/
Expand Down Expand Up @@ -170,9 +170,10 @@ protected void setLeaseDuration(final LeaseDuration leaseDuration) {

/**
* Sets the public access level on the container.
* This should only be set using the container's {@link #create(BlobContainerPublicAccessType,
* This should only be set using the container's {@link CloudBlobContainer#create(BlobContainerPublicAccessType,
* BlobRequestOptions, com.microsoft.azure.storage.OperationContext) create} method or
* {@link #uploadPermissions(BlobContainerPermissions) uploadPermissions} method.
* {@link CloudBlobContainer#uploadPermissions(BlobContainerPermissions) uploadPermissions} method.
*
* @param publicAccess
* A <code>{@link BlobContainerPublicAccessType}</code> object
* which represents the public access level on the container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public void setEncryptionPolicy(TableEncryptionPolicy encryptionPolicy) {
* required if a {@link TableEncryptionPolicy} is specified.
* <p>
* You can change the {@link EncryptionResolver} on this request by setting this property. You can also change the
* value on the {@link TableServiceClient#getDefaultRequestOptions()} object so that all subsequent requests made
* value on the {@link CloudTableClient#getDefaultRequestOptions()} object so that all subsequent requests made
* via the service client will use that {@link EncryptionResolver}.
*
* @param encryptionResolver
Expand Down

0 comments on commit 9556398

Please sign in to comment.