Ignore:
Timestamp:
2017-10-30T22:46:09+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #15505 - update to metadata-extractor 2.10.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java

    r10862 r13061  
    11/*
    2  * Copyright 2002-2016 Drew Noakes
     2 * Copyright 2002-2017 Drew Noakes
    33 *
    44 *    Licensed under the Apache License, Version 2.0 (the "License");
     
    2626
    2727/**
    28  * Provides human-readable string representations of tag values stored in a {@link RicohMakernoteDescriptor}.
     28 * Provides human-readable string representations of tag values stored in a {@link RicohMakernoteDirectory}.
    2929 * <p>
    3030 * Some information about this makernote taken from here:
     
    3333 * @author Drew Noakes https://drewnoakes.com
    3434 */
     35@SuppressWarnings("WeakerAccess")
    3536public class RicohMakernoteDescriptor extends TagDescriptor<RicohMakernoteDirectory>
    3637{
     
    4546    {
    4647        switch (tagType) {
    47 //            case TAG_PRINT_IMAGE_MATCHING_INFO:
    48 //                return getPrintImageMatchingInfoDescription();
    4948//            case TAG_PROPRIETARY_THUMBNAIL:
    5049//                return getProprietaryThumbnailDataDescription();
     
    5352        }
    5453    }
    55 
    56 //    @Nullable
    57 //    public String getPrintImageMatchingInfoDescription()
    58 //    {
    59 //        return getByteLengthDescription(TAG_PRINT_IMAGE_MATCHING_INFO);
    60 //    }
    6154//
    6255//    @Nullable
Note: See TracChangeset for help on using the changeset viewer.