Commit ef4f8d66 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed serialization / deserialization. JM-1243

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@9765 b35dd754-fafc-0310-a699-88a17e54d16e
parent e6aa2cae
...@@ -24,6 +24,9 @@ public class RemoteServerConfiguration implements Cacheable, Externalizable { ...@@ -24,6 +24,9 @@ public class RemoteServerConfiguration implements Cacheable, Externalizable {
private int remotePort; private int remotePort;
public RemoteServerConfiguration() {
}
public RemoteServerConfiguration(String domain) { public RemoteServerConfiguration(String domain) {
this.domain = domain; this.domain = domain;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment