[portal-commits] JBoss Portal SVN: r12988 - branches/JBoss_Portal_AS5_Deployer/search/src/main/org/jboss/portal/search/federation/impl.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Fri Mar 6 18:23:03 EST 2009
Author: mwringe
Date: 2009-03-06 18:23:03 -0500 (Fri, 06 Mar 2009)
New Revision: 12988
Modified:
branches/JBoss_Portal_AS5_Deployer/search/src/main/org/jboss/portal/search/federation/impl/IndexFederationService.java
Log:
Merge JBoss_Portal_Branch_2_7 changes (rev range 12254:12964) into JBoss_Portal_AS5_Deployer branch
Modified: branches/JBoss_Portal_AS5_Deployer/search/src/main/org/jboss/portal/search/federation/impl/IndexFederationService.java
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/search/src/main/org/jboss/portal/search/federation/impl/IndexFederationService.java 2009-03-06 23:23:00 UTC (rev 12987)
+++ branches/JBoss_Portal_AS5_Deployer/search/src/main/org/jboss/portal/search/federation/impl/IndexFederationService.java 2009-03-06 23:23:03 UTC (rev 12988)
@@ -92,7 +92,7 @@
if (status != Info.Status.INDEXING)
{
Thread thread = new ReindexFederatedIndexThread(federated);
- thread.run();
+ thread.start();
}
}
}
More information about the portal-commits
mailing list