Changeset 13061 in josm for trunk/src/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java
- Timestamp:
- 2017-10-30T22:46:09+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java
r10862 r13061 1 1 /* 2 * Copyright 2002-201 6Drew Noakes2 * Copyright 2002-2017 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 26 26 27 27 /** 28 * Provides human-readable string representations of tag values stored in a {@link RicohMakernoteD escriptor}.28 * Provides human-readable string representations of tag values stored in a {@link RicohMakernoteDirectory}. 29 29 * <p> 30 30 * Some information about this makernote taken from here: … … 33 33 * @author Drew Noakes https://drewnoakes.com 34 34 */ 35 @SuppressWarnings("WeakerAccess") 35 36 public class RicohMakernoteDescriptor extends TagDescriptor<RicohMakernoteDirectory> 36 37 { … … 45 46 { 46 47 switch (tagType) { 47 // case TAG_PRINT_IMAGE_MATCHING_INFO:48 // return getPrintImageMatchingInfoDescription();49 48 // case TAG_PROPRIETARY_THUMBNAIL: 50 49 // return getProprietaryThumbnailDataDescription(); … … 53 52 } 54 53 } 55 56 // @Nullable57 // public String getPrintImageMatchingInfoDescription()58 // {59 // return getByteLengthDescription(TAG_PRINT_IMAGE_MATCHING_INFO);60 // }61 54 // 62 55 // @Nullable
Note:
See TracChangeset
for help on using the changeset viewer.
