From 12499e392e2ac289d3053c1b5881c7720c37eea8 Mon Sep 17 00:00:00 2001 From: rinoux Date: Sat, 29 Dec 2018 11:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20displayName?= =?UTF-8?q?=E5=92=8Cjartime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.xml | 4 ++-- .../plugin/hdfs/repository/decision/HDFSFileServerOption.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.xml b/plugin.xml index ebc3dae..eda9813 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,9 +6,9 @@ no 1.0 10.0 - 2018-03-13 + 2018-12-27 rinoux - + com.fr.plugin diff --git a/src/com/fr/plugin/hdfs/repository/decision/HDFSFileServerOption.java b/src/com/fr/plugin/hdfs/repository/decision/HDFSFileServerOption.java index 57f61ff..7e6fa22 100644 --- a/src/com/fr/plugin/hdfs/repository/decision/HDFSFileServerOption.java +++ b/src/com/fr/plugin/hdfs/repository/decision/HDFSFileServerOption.java @@ -18,7 +18,7 @@ public class HDFSFileServerOption extends AbstractSystemOptionProvider { @Override public String displayName() { - return null; + return "HDFS"; } @Override