Skip to content

Commit

Permalink
Uppercase exception name
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 30, 2020
1 parent fb9e39e commit b2bcdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
fileNotFoundException = "java.io.FileNotFoundException"
permissionDeniedException = "org.apache.hadoop.security.AccessControlException"
pathIsNotEmptyDirException = "org.apache.hadoop.fs.PathIsNotEmptyDirectoryException"
fileAlreadyExistsException = "org.apache.hadoop.fs.fileAlreadyExistsException"
fileAlreadyExistsException = "org.apache.hadoop.fs.FileAlreadyExistsException"
)

// Error represents a remote java exception from an HDFS namenode or datanode.
Expand Down

0 comments on commit b2bcdb8

Please sign in to comment.