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 55f15589 Javadoc spelling
55f15589 is described below

commit 55f155897fab6e9c3b853c1a5f9e6700f67989ef
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 21 17:09:08 2023 -0500

    Javadoc spelling
---
 src/main/java/org/apache/commons/imaging/AbstractImageParser.java     | 2 +-
 .../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 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/apache/commons/imaging/AbstractImageParser.java 
b/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
index b720d0a4..b1faf727 100644
--- a/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
+++ b/src/main/java/org/apache/commons/imaging/AbstractImageParser.java
@@ -123,7 +123,7 @@ public abstract class AbstractImageParser<T extends 
ImagingParameters<T>> extend
     }
 
     public AbstractImageParser() {
-        // defaults to big endian
+        // defaults to big-endian
     }
 
     public AbstractImageParser(final ByteOrder byteOrder) {
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 46ad8169..eaed1911 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 a8a8f320..fd676d56 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 3c67587e..b25f6ede 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 67e32073..d48ee39c 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(

Reply via email to