Re: git commit: updated refs/heads/4.4-forward to f3e9c84

2014-04-23 Thread Min Chen
RemoteHostEndPoint.configure will set all private variables of this RemoteHostEndPoint instance based on passed HostVO instance. Thanks -min On 4/23/14 12:53 AM, "Daan Hoogland" wrote: >Min, > >You added a setId on an object, >+private void setId(long id) { >+HostVO host = _hostDao.

Re: git commit: updated refs/heads/4.4-forward to f3e9c84

2014-04-23 Thread Daan Hoogland
Min, You added a setId on an object, +private void setId(long id) { +HostVO host = _hostDao.findById(hostId); +if (host != null) { +configure(host); +} } But nowhere in the method you set the Id on the object. Is This really what is intended? regards,