Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 74c6be1 commit 7ecffe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ private static final class JFIFPieceSegmentExif extends JFIFPieceSegment {
}

/**
* Constructor. to guess whether a file contains an image based on its file
* Constructs a new instance. to guess whether a file contains an image based on its file
* extension.
*/
public ExifRewriter() {
this(ByteOrder.BIG_ENDIAN);
}

/**
* Constructor.
* Constructs a new instance.
* <p>
*
* @param byteOrder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private interface SegmentFilter {
private static final SegmentFilter PHOTOSHOP_APP13_SEGMENT_FILTER = JFIFPieceSegment::isPhotoshopApp13Segment;

/**
* Constructor. to guess whether a file contains an image based on its file
* Constructs a new instance. to guess whether a file contains an image based on its file
* extension.
*/
public JpegRewriter() {
Expand Down

0 comments on commit 7ecffe8

Please sign in to comment.