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 C06B9200CD0 for ; Tue, 11 Jul 2017 06:56:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD43B165120; Tue, 11 Jul 2017 04:56:41 +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 0F28A165108 for ; Tue, 11 Jul 2017 06:56:40 +0200 (CEST) Received: (qmail 38384 invoked by uid 500); 11 Jul 2017 04:56:40 -0000 Mailing-List: contact commits-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list commits@carbondata.apache.org Received: (qmail 38375 invoked by uid 99); 11 Jul 2017 04:56:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 04:56:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0B598E0A98; Tue, 11 Jul 2017 04:56:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jackylk@apache.org To: commits@carbondata.apache.org Message-Id: <46ad24eb7f504facbe52990bb59fa850@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: carbondata git commit: [CARBONDATA-1289] remove unused method Date: Tue, 11 Jul 2017 04:56:40 +0000 (UTC) archived-at: Tue, 11 Jul 2017 04:56:41 -0000 Repository: carbondata Updated Branches: refs/heads/master 403c3d9b4 -> 8b31f09b6 [CARBONDATA-1289] remove unused method This closes #1157 Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/8b31f09b Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/8b31f09b Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/8b31f09b Branch: refs/heads/master Commit: 8b31f09b638cb5b8fbbdfa56f29f8c97e68e6aa6 Parents: 403c3d9 Author: czg516516 Authored: Tue Jul 11 11:01:47 2017 +0800 Committer: jackylk Committed: Tue Jul 11 12:56:18 2017 +0800 ---------------------------------------------------------------------- .../newflow/exception/CarbonDataLoadingException.java | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata/blob/8b31f09b/processing/src/main/java/org/apache/carbondata/processing/newflow/exception/CarbonDataLoadingException.java ---------------------------------------------------------------------- diff --git a/processing/src/main/java/org/apache/carbondata/processing/newflow/exception/CarbonDataLoadingException.java b/processing/src/main/java/org/apache/carbondata/processing/newflow/exception/CarbonDataLoadingException.java index b9593e7..6ffdd03 100644 --- a/processing/src/main/java/org/apache/carbondata/processing/newflow/exception/CarbonDataLoadingException.java +++ b/processing/src/main/java/org/apache/carbondata/processing/newflow/exception/CarbonDataLoadingException.java @@ -17,8 +17,6 @@ package org.apache.carbondata.processing.newflow.exception; -import java.util.Locale; - public class CarbonDataLoadingException extends RuntimeException { /** * default serial version ID. @@ -60,17 +58,6 @@ public class CarbonDataLoadingException extends RuntimeException { } /** - * This method is used to get the localized message. - * - * @param locale - A Locale object represents a specific geographical, - * political, or cultural region. - * @return - Localized error message. - */ - public String getLocalizedMessage(Locale locale) { - return ""; - } - - /** * getLocalizedMessage */ @Override public String getLocalizedMessage() {