You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/03/08 08:00:55 UTC

[incubator-dolphinscheduler] branch dev updated: fix: remove redundant import class (#2110)

This is an automated email from the ASF dual-hosted git repository.

journey pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 275df85  fix: remove redundant import class (#2110)
275df85 is described below

commit 275df85250683b22691c658591ed2094d8a32ac3
Author: Rubik-W <39...@users.noreply.github.com>
AuthorDate: Sun Mar 8 16:00:47 2020 +0800

    fix: remove redundant import class (#2110)
---
 .../main/java/org/apache/dolphinscheduler/remote/command/Command.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/Command.java b/dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/Command.java
index 86ba79c..ed46e1f 100644
--- a/dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/Command.java
+++ b/dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/command/Command.java
@@ -16,8 +16,6 @@
  */
 package org.apache.dolphinscheduler.remote.command;
 
-import com.sun.org.apache.regexp.internal.RE;
-
 import java.io.Serializable;
 import java.util.concurrent.atomic.AtomicLong;