Skip to content

Commit bc9dfc9

Browse files
committed
MAPREDUCE-7403. fix accidental edit
Change-Id: Ifbe2d1012cbdf2e7467ce84a7d8d93a78e91dcf6
1 parent 649b902 commit bc9dfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/AWSStatus500Exception.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* <li>Nothing else got through either.</li>
3030
* </ol>
3131
*/
32-
public class jAWSStatus500Exception extends AWSServiceIOException {
32+
public class AWSStatus500Exception extends AWSServiceIOException {
3333
public AWSStatus500Exception(String operation,
3434
AmazonServiceException cause) {
3535
super(operation, cause);

0 commit comments

Comments
 (0)