We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649b902 commit bc9dfc9Copy full SHA for bc9dfc9
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/AWSStatus500Exception.java
@@ -29,7 +29,7 @@
29
* <li>Nothing else got through either.</li>
30
* </ol>
31
*/
32
-public class jAWSStatus500Exception extends AWSServiceIOException {
+public class AWSStatus500Exception extends AWSServiceIOException {
33
public AWSStatus500Exception(String operation,
34
AmazonServiceException cause) {
35
super(operation, cause);
0 commit comments