incrementInvocationCount( "getDomain" ); //$NON-NLS-1$
Domain d = domains.get( id );
if ( d == null ) {
return null;
}
d = (Domain) d.clone();
final IPentahoSession session = PentahoSessionHolder.getSession();
if ( session == null ) {
return d;
}
d.setDescription( new LocalizedString( TEST_LOCALE, PentahoSessionHolder.getSession().getId() ) );