mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
REPO-1525: PdfBoxMetadataExtracterTest failures on Oracle, MSSQL Server, DB2
- Another Java8 to Java7 compliation fallback. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132557 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -127,8 +127,8 @@ public class PdfBoxMetadataExtracterTest extends AbstractMetadataExtracterTest
|
|||||||
|
|
||||||
public void testConcurrentExtractions() throws InterruptedException
|
public void testConcurrentExtractions() throws InterruptedException
|
||||||
{
|
{
|
||||||
int threadNum = 11;
|
final int threadNum = 11;
|
||||||
Map<String, Boolean> threadResults = new ConcurrentHashMap<>();
|
final Map<String, Boolean> threadResults = new ConcurrentHashMap<>();
|
||||||
for (int i = 0; i < threadNum; i++)
|
for (int i = 0; i < threadNum; i++)
|
||||||
{
|
{
|
||||||
new Thread(new Runnable()
|
new Thread(new Runnable()
|
||||||
|
Reference in New Issue
Block a user