* commit 'd950b4e8bfd647ef5843191ca302d1d5561f90dc': 无JIRA任务 换了个1.7的jdk,编译出错
@ -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());
}