It took a little time to find this extremely trivial problem. I overlooked it several times whilst reading through the code.
public void setHarbourCode(HarbourCodeTO harbourCodeTO) {
this.harbourCode = harbourCode;
}
TO stands for Traffic Object, as this small function is part of a Web interface.this.harbourCode = harbourCode;
}
No comments:
Post a Comment