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