Skip to content

Commit

Permalink
Javadoc spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 21, 2023
1 parent 1d56f3b commit 55f1558
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static List<AbstractImageParser<?>> getAllImageParsers() {
}

public AbstractImageParser() {
// defaults to big endian
// defaults to big-endian
}

public AbstractImageParser(final ByteOrder byteOrder) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void applyTilePredictor(final int nRowsInBlock, final int nColsInBlock,
* @param height the height of the overall image
* @param nRowsInBlock the number of rows in the Strip or Tile
* @param nColsInBlock the number of columns in the Strip or Tile
* @param byteOrder little-endian or big endian
* @param byteOrder little-endian or big-endian
* @return a valid array of equally sized array.
*/
private byte[][] getBytesForOutput32(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public TiffFloatingPointRoundTripTest() throws ImagingException, IOException {
* @param height the height of the overall image
* @param nRowsInBlock the number of rows in the Strip or Tile
* @param nColsInBlock the number of columns in the Strip or Tile
* @param byteOrder little-endian or big endian
* @param byteOrder little-endian or big-endian
* @return a valid array of equally sized array.
*/
private byte[][] getBytesForOutput32(
Expand Down Expand Up @@ -154,7 +154,7 @@ private byte[][] getBytesForOutput32(
* @param height the height of the overall image
* @param nRowsInBlock the number of rows in the Strip or Tile
* @param nColsInBlock the number of columns in the Strip or Tile
* @param byteOrder little-endian or big endian
* @param byteOrder little-endian or big-endian
* @return a valid array of equally sized array.
*/
private byte[][] getBytesForOutput64(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public TiffRoundTripInt32Test() {
* @param height the height of the overall image
* @param nRowsInBlock the number of rows in the Strip or Tile
* @param nColsInBlock the number of columns in the Strip or Tile
* @param byteOrder little-endian or big endian
* @param byteOrder little-endian or big-endian
* @return a two-dimensional array of bytes dimensioned by the number of blocks and samples
*/
private byte[][] getBytesForOutput32(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public TiffShortIntRoundTripTest() {
* @param height the height of the overall image
* @param nRowsInBlock the number of rows in the Strip or Tile
* @param nColsInBlock the number of columns in the Strip or Tile
* @param byteOrder little-endian or big endian
* @param byteOrder little-endian or big-endian
* @return a two-dimensional array of bytes dimensioned by the number of blocks and samples
*/
private byte[][] getBytesForOutput16(
Expand Down

0 comments on commit 55f1558

Please sign in to comment.