This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 1d56f3b3 Javadoc spelling 1d56f3b3 is described below commit 1d56f3b375fce6925cd8dd16f5d559bf3cb2413f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 21 17:07:22 2023 -0500 Javadoc spelling --- .../imaging/formats/tiff/TiffFloatingPointMultivariableTest.java | 2 +- .../commons/imaging/formats/tiff/TiffFloatingPointRoundTripTest.java | 4 ++-- .../apache/commons/imaging/formats/tiff/TiffRoundTripInt32Test.java | 2 +- .../commons/imaging/formats/tiff/TiffShortIntRoundTripTest.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java index eb2d7f43..46ad8169 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java @@ -120,7 +120,7 @@ public class TiffFloatingPointMultivariableTest extends TiffBaseTest { * @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( diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointRoundTripTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointRoundTripTest.java index 40c589c3..a8a8f320 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointRoundTripTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointRoundTripTest.java @@ -100,7 +100,7 @@ public class TiffFloatingPointRoundTripTest extends TiffBaseTest { * @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( @@ -154,7 +154,7 @@ public class TiffFloatingPointRoundTripTest extends TiffBaseTest { * @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( diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffRoundTripInt32Test.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffRoundTripInt32Test.java index ce63e16e..3c67587e 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffRoundTripInt32Test.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffRoundTripInt32Test.java @@ -76,7 +76,7 @@ public class TiffRoundTripInt32Test extends TiffBaseTest { * @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( diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffShortIntRoundTripTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffShortIntRoundTripTest.java index b5855e9f..67e32073 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffShortIntRoundTripTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffShortIntRoundTripTest.java @@ -76,7 +76,7 @@ public class TiffShortIntRoundTripTest extends TiffBaseTest { * @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(