2

Saw this in some legacy code today at work:

Long sid = object.getSid();

Long returnValue = (Long) sid.longValue();

Never can be too careful I guess...
/s

Comments
Add Comment