From cbda2836a45f32576c6c17007e3806dd28970502 Mon Sep 17 00:00:00 2001 From: "yaoh.wu" Date: Sun, 6 Aug 2017 13:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer_base/src/com/fr/design/utils/DesignUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/designer_base/src/com/fr/design/utils/DesignUtils.java b/designer_base/src/com/fr/design/utils/DesignUtils.java index 664dd9ae08..9dc0399d51 100644 --- a/designer_base/src/com/fr/design/utils/DesignUtils.java +++ b/designer_base/src/com/fr/design/utils/DesignUtils.java @@ -52,8 +52,7 @@ public class DesignUtils { public static boolean isStarted() { try { new Socket("localhost", port); -// return true; - return false; + return true; } catch (Exception exp) { }