Style issues.

This commit is contained in:
alexjacks92 2014-03-05 16:26:39 -05:00
parent 4ff69ee8d4
commit 0e73384433
2 changed files with 1 additions and 2 deletions

View File

@ -150,7 +150,7 @@ KeywordSearchIngestModule.init.tryStopSolrMsg={0}<br />Please try stopping old j
KeywordSearchIngestModule.init.noKwInLstMsg=No keywords in keyword list.
KeywordSearchIngestModule.init.onlyIdxKwSkipMsg=Only indexing will be done and and keyword search will be skipped (you can still add keyword lists using the Keyword Lists - Add to Ingest).
KeywordSearchIngestModule.doInBackGround.displayName=Keyword Search
KeywordSearchIngestModule.doInBackGround.finalizeMsg = Finalizing...
KeywordSearchIngestModule.doInBackGround.finalizeMsg=Finalizing...
KeywordSearchIngestModule.doInBackGround.pendingMsg=Working on Keyword Search...
KeywordSearchIngestModule.postIndexSummary.knowFileHeaderLbl=Files with known types
KeywordSearchIngestModule.postIndexSummary.fileGenStringsHead=Files with general strings extracted

View File

@ -269,7 +269,6 @@ public class RegressionTest extends TestCase {
new Timeout("pausing", 1000).sleep(); // give it a second (or five) to process
}
new Timeout("pausing", 15000).sleep(); // give it a second (or fifteen) to process
//boolean sleep = true;
while (man.areModulesRunning()) {
new Timeout("pausing", 5000).sleep(); // give it a second (or five) to process
}