Browse Source

update

master
Fangjie Hu 8 years ago
parent
commit
f706142904
  1. 2
      designer_base/src/com/fr/design/utils/DesignUtils.java
  2. 4
      designer_base/src/com/fr/env/RemoteEnv.java

2
designer_base/src/com/fr/design/utils/DesignUtils.java

@ -52,7 +52,7 @@ public class DesignUtils {
public static boolean isStarted() { public static boolean isStarted() {
try { try {
new Socket("localhost", port); new Socket("localhost", port);
return true; /*return true;*/
} catch (Exception exp) { } catch (Exception exp) {
} }

4
designer_base/src/com/fr/env/RemoteEnv.java vendored

@ -2086,8 +2086,8 @@ public class RemoteEnv implements Env {
} }
@Override @Override
public void pluginServiceStart(PluginServiceCreator service) throws Exception { public boolean pluginServiceStart(PluginServiceCreator service){
return false;
} }
@Override @Override

Loading…
Cancel
Save