This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
microsoft-azure-storage/src/com/microsoft/azure/storage Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments