10121013101410151016101710181019102010211022
public void dropConglomerate(long conglomId) throws StandardException { Conglomerate conglom = findExistingConglomerate(conglomId); conglom.drop(this); if (conglomId < 0) { if (tempCongloms != null) tempCongloms.remove(new Long(conglomId));