Fix javadoc that stated a throws clause that didn't exist.
This commit is contained in:
parent
0efac76f01
commit
dac322a32d
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue