377378379380381382383384385386387
if ( this.m_componentId >= 0 ) { final BundleComponentActivator activator = getActivator(); if ( activator != null ) { activator.unregisterComponentId( this ); } this.m_componentId = -1; } }
375376377378379380381382383384385