thanks for the comments, replies inlined.

You may be able to simply judge isDiffable for yourself without that
method by checking that getSessionDiff() != null.
yes, that is true. I put in isDiffable, the semantics would be a little easier to understand, than using a return value of null for logic.

2. Requirements to be implemented by the SessionManager.java API
  void setSessionMap(HashMap map) - makes the map implementation pluggable

The argument there should be of type Map, not HashMap, to allow other
Map implementations.
Yes, good catch!!

Filip



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to