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:
Neil McErlean
2010-07-05 15:44:25 +00:00
parent 3b6c819013
commit e868815e5f

View File

@@ -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)
{