510511512513514515516517518
/** * @return the professionSyncBroker */ public ProfessionSyncBroker getProfessionSyncBroker() { if (this.professionSyncBroker==null){ this.professionSyncBroker = new ProfessionSyncBrokerDB(); } return professionSyncBroker; }