.getUserId() == (((User) session.getAttribute("user")))
.getUserId())) {
Logger.debug("another user has the lock");
HttpSession otherSession = vboToSessionMap.get(key);
User otherUser = (User) otherSession.getAttribute("user");
throw new ContentLockedException(
"The requested content is locked to user "
+ otherUser.getUserName()
+ " ("
+ (((otherUser.getFirstName() == null) || (otherUser
.getFirstName().trim().length() == 0)) ? "NoFirstName"