* the session
*/
private void initialize(final lotus.domino.Session session) {
setFixEnable(Fixes.DOC_UNID_NULLS, true);
try {
formatter_ = new DominoFormatter(session.getInternational());
} catch (NotesException e) {
DominoUtils.handleException(e, this);
}
}