You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Lin Yiqun (JIRA)" <ji...@apache.org> on 2016/05/05 10:37:12 UTC

[jira] [Updated] (HADOOP-13100) String msg in NotInMountpointException not spelled correctly

     [ https://issues.apache.org/jira/browse/HADOOP-13100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Yiqun updated HADOOP-13100:
-------------------------------
    Status: Patch Available  (was: Open)

Attach a simple patch for fixing this.

> 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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org