Skip to content

Commit

Permalink
Merge pull request aws#545 from hacfi/s3_tag_exception
Browse files Browse the repository at this point in the history
Fix S3 NoSuchTagSetException
  • Loading branch information
jeremeamia committed Apr 21, 2015
2 parents 390e792 + 2466769 commit 1d301ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,4 +19,4 @@
/**
* There is no TagSet associated with the bucket.
*/
class NoSuchTagSetErrorException extends S3Exception {}
class NoSuchTagSetException extends S3Exception {}

0 comments on commit 1d301ea

Please sign in to comment.