continue;
}
LOGGER.logp(Level.FINEST, CLASS_NAME, METHOD,
"User not found using: " + lookupString);
// Try converting to canonical format.
NotesName notesName = notesSession.createName(userName);
if (notesName != null) {
lookupString = notesName.getCanonical();
user = getSimpleUser(connection, exactMatchStmt, lookupString);
if (user != null) {
users.put(userObj, user);
continue;
}