|
From: Ken G. <kg...@ga...> - 2003-05-29 01:14:55
|
JournalTicket.toString() uses ToStringBuilder to give a string like com.babeldoc.core.journal. JournalTicket@2c14f9[value=214] Some of the code is expecting this string to be just the journal ID (214 in this case.) Should toString() be made to return getId(), or should the calling code be changed to call getId() instead of toString()? Ken |