Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 68A9B2009FB for ; Fri, 6 May 2016 09:04:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 67505160A0C; Fri, 6 May 2016 07:04:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D43E21609F6 for ; Fri, 6 May 2016 09:04:13 +0200 (CEST) Received: (qmail 60030 invoked by uid 500); 6 May 2016 07:04:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 60015 invoked by uid 99); 6 May 2016 07:04:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2016 07:04:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C83142C14F9 for ; Fri, 6 May 2016 07:04:12 +0000 (UTC) Date: Fri, 6 May 2016 07:04:12 +0000 (UTC) From: "Lin Yiqun (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13100) String msg in NotInMountpointException not spelled correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 May 2016 07:04:14 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Yiqun updated HADOOP-13100: ------------------------------- Attachment: HADOOP-13100.002.patch The class {{NotInMountpointException}} has not been formatted and cause checkstyle warning. Update the patch to fix 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 > Attachments: HADOOP-13100.001.patch, HADOOP-13100.002.patch > > > 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