mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Trivial: fix to implementation-level comment.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20946 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -151,7 +151,7 @@ public class MetadataExtracterRegistry
|
||||
}
|
||||
|
||||
// We have the list of extractors that supposedly work (as registered).
|
||||
// Take the first one that still claims to work
|
||||
// Take the last one that still claims to work
|
||||
MetadataExtracter liveExtractor = null;
|
||||
for (MetadataExtracter extractor : extractors)
|
||||
{
|
||||
@@ -186,4 +186,4 @@ public class MetadataExtracterRegistry
|
||||
}
|
||||
return extractors;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user