Skip to content

Commit 544760b

Browse files
committed
Add a TODO marker to a comment
1 parent 3ee4457 commit 544760b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/imaging/formats/jpeg/JpegImageParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ public ImageInfo getImageInfo(final ByteSource byteSource, final JpegImagingPara
806806
final ImageFormat format = ImageFormats.JPEG;
807807
final String formatName = "JPEG (Joint Photographic Experts Group) Format";
808808
final String mimeType = "image/jpeg";
809-
// we ought to count images, but don't yet.
809+
// TODO: we ought to count images, but don't yet.
810810
final int numberOfImages = 1;
811811
// not accurate ... only reflects first
812812
final boolean progressive = fSOFNSegment.marker == JpegConstants.SOF2_MARKER;

0 commit comments

Comments
 (0)