Browse Source

无JIRA任务 换了个1.7的jdk,编译出错

master
ju 6 years ago
parent
commit
d950b4e8bf
  1. 2
      designer-base/src/com/fr/env/RemoteEnvURL.java

2
designer-base/src/com/fr/env/RemoteEnvURL.java vendored

@ -205,7 +205,7 @@ public class RemoteEnvURL implements FCloneable {
return cloned;
} catch (CloneNotSupportedException e) {
// this shouldn't happen, since we are Cloneable
throw new InternalError(e);
throw new InternalError(e.getMessage());
}
}

Loading…
Cancel
Save