Fix javadoc that stated a throws clause that didn't exist.

This commit is contained in:
Ali Beyad 2016-05-31 19:56:55 -04:00
parent 0efac76f01
commit dac322a32d
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ public interface BlobContainer {
* @param blobName
* The name of the blob whose existence is to be determined.
* @return {@code true} if a blob exists in the {@link BlobContainer} with the given name, and {@code false} otherwise.
* @throws IOException if any error occurred while attempting to ascertain if the blob exists
*/
boolean blobExists(String blobName);