Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 9556398

Browse files
JonathanGilesmirobers
authored andcommitted
Fix final JavaDoc errors (#251)
Fix last remaining javadoc issues - now javadoc can be successfully generated.
1 parent 4db7212 commit 9556398

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

microsoft-azure-storage/src/com/microsoft/azure/storage/blob/BlobContainerProperties.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ public LeaseDuration getLeaseDuration() {
107107

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

171171
/**
172172
* Sets the public access level on the container.
173-
* This should only be set using the container's {@link #create(BlobContainerPublicAccessType,
173+
* This should only be set using the container's {@link CloudBlobContainer#create(BlobContainerPublicAccessType,
174174
* BlobRequestOptions, com.microsoft.azure.storage.OperationContext) create} method or
175-
* {@link #uploadPermissions(BlobContainerPermissions) uploadPermissions} method.
175+
* {@link CloudBlobContainer#uploadPermissions(BlobContainerPermissions) uploadPermissions} method.
176+
*
176177
* @param publicAccess
177178
* A <code>{@link BlobContainerPublicAccessType}</code> object
178179
* which represents the public access level on the container.

microsoft-azure-storage/src/com/microsoft/azure/storage/table/TableRequestOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public void setEncryptionPolicy(TableEncryptionPolicy encryptionPolicy) {
340340
* required if a {@link TableEncryptionPolicy} is specified.
341341
* <p>
342342
* You can change the {@link EncryptionResolver} on this request by setting this property. You can also change the
343-
* value on the {@link TableServiceClient#getDefaultRequestOptions()} object so that all subsequent requests made
343+
* value on the {@link CloudTableClient#getDefaultRequestOptions()} object so that all subsequent requests made
344344
* via the service client will use that {@link EncryptionResolver}.
345345
*
346346
* @param encryptionResolver

0 commit comments

Comments
 (0)