Yes, you are correct. we will revisit this method later.
________________________________ From: Mark Struberg <[email protected]> To: [email protected] Sent: Wednesday, January 21, 2009 6:55:07 PM Subject: ConversationComponent#destroyInstance question Hi Gurkan ConversationComponent contains the following function: @Override protected void destroyInstance(Conversation instance) { if (!instance.isLongRunning()) { instance = null; } } But instance = null has absolutely no meaning. So this currently is the same like having an empty method. What to do? LieGrue, strub
