452453454455456457458459460461462
{ for (int i = 0; i < portlets.getEntryCount(); i++) { if (portlets.getEntry(i) == identityElement) { portlets.removeEntry(i); } } } else if (identityElement instanceof Reference) {
490491492493494495496497498499500
461462463464465466467468469470471