* A specific match for the given mimetype is tried first and - * if none is found a wildcard of "*" is tried, if still not found + * if none is found a wildcard of "*" is tried, if still not found * defaults value will be used * * @param mimetype String @@ -1997,11 +1985,11 @@ abstract public class AbstractMappingMetadataExtracter implements MetadataExtrac if (limits == null) { limits = mimetypeLimits.get("*"); - } - if (limits == null) - { - limits = new MetadataExtracterLimits(); - } + } + if (limits == null) + { + limits = new MetadataExtracterLimits(); + } return limits; } @@ -2045,19 +2033,19 @@ abstract public class AbstractMappingMetadataExtracter implements MetadataExtrac { super(cause); } - } + } /** - * Exception wrapper to handle exceeded limits imposed by {@link MetadataExtracterLimits} - * {@link AbstractMappingMetadataExtracter#extractRaw(ContentReader, MetadataExtracterLimits)} - */ - private class LimitExceededException extends Exception - { - private static final long serialVersionUID = 702554119174770130L; - public LimitExceededException(String message) - { - super(message); - } + * Exception wrapper to handle exceeded limits imposed by {@link MetadataExtracterLimits} + * {@link AbstractMappingMetadataExtracter#extractRaw(ContentReader, MetadataExtracterLimits)} + */ + private class LimitExceededException extends Exception + { + private static final long serialVersionUID = 702554119174770130L; + public LimitExceededException(String message) + { + super(message); + } } /** @@ -2081,32 +2069,32 @@ abstract public class AbstractMappingMetadataExtracter implements MetadataExtrac ContentReader reader, MetadataExtracterLimits limits) throws Throwable { FutureTask