Skip to content

Commit d0dcb2a

Browse files
committed
Fix link
1 parent 7390a2f commit d0dcb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tailormap/api/geotools/featuresources/AttachmentsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public static AttachmentWithBinary getAttachment(TMFeatureType featureType, UUID
585585
* <strong>NOTE</strong>: the featurePKs list should contain {@link Comparable} objects (e.g. no {@code byte[]}), as
586586
* these are used as map keys. E.g. {@code byte[]} is converted to {@code ByteBuffer}.
587587
*
588-
* <p><strong>TODO:</strong>{@link <a href="https://b3partners.atlassian.net/browse/HTM-1771">HTM-1771</a>}
588+
* <p><strong>TODO:</strong> <a href="https://b3partners.atlassian.net/browse/HTM-1771">HTM-1771</a>
589589
*
590590
* @param featureType the feature type
591591
* @param featurePKs the feature primary keys

0 commit comments

Comments
 (0)