Lin Yiqun created HADOOP-13100:
----------------------------------
Summary: String msg in NotInMountpointException not spelled
correctly
Key: HADOOP-13100
URL: https://issues.apache.org/jira/browse/HADOOP-13100
Project: Hadoop Common
Issue Type: Bug
Components: viewfs
Affects Versions: 2.7.1
Reporter: Lin Yiqun
Assignee: Lin Yiqun
Priority: Minor
The string msg in {{NotInMountpointException#NotInMountpointException}} was not
spelled correctly.
{code}
public NotInMountpointException(Path path, String operation) {
msg = operation + " on path `" + path + "' is not within a mount point";
}
{code}
The characters around {{path}} are not same.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]