Browse Source

Merge pull request #42 in DESIGN/design from ~JU/design:feature/10.0 to feature/10.0

* commit 'd950b4e8bfd647ef5843191ca302d1d5561f90dc':
  无JIRA任务 换了个1.7的jdk,编译出错
master
superman 6 years ago
parent
commit
911688a479
  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