/* 114 */ if (this.deploymentRepository == null)
/* */ {
/* 116 */ this.deploymentRepository = this.profileRepository.getProfileDeploymentRepository(key);
/* */ }
/* 118 */ log.info("Loading profile: " + this.name + " from: " + this.deploymentRepository);
/* 119 */ this.profile = new ProfileImpl(this.deploymentRepository, key);
/* */ }