This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
from 2d329646 Make package-private class final
new efc39778 Javadoc: Close HTML tag
new 159e285a Don't need instances
new 10714e20 Use Checkstyle WhitespaceAround
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/conf/checkstyle.xml | 1 +
.../commons/imaging/common/RationalNumber.java | 4 +-
.../imaging/formats/gif/GifImageParser.java | 6 +-
.../imaging/formats/jpeg/decoder/JpegDecoder.java | 2 +-
.../imaging/formats/png/PngImagingParameters.java | 4 +-
.../commons/imaging/formats/png/PngWriter.java | 3 +-
.../commons/imaging/formats/tiff/TiffField.java | 33 +++----
.../imaging/formats/tiff/TiffRasterData.java | 10 +-
.../tiff/datareaders/DataInterpreterJpeg.java | 5 +-
.../formats/tiff/datareaders/DataReaderStrips.java | 7 +-
.../formats/tiff/datareaders/DataReaderTiled.java | 4 +-
.../formats/tiff/datareaders/ImageDataReader.java | 14 +--
.../formats/tiff/itu_t4/T4AndT6Compression.java | 29 +++---
.../tiff/write/AbstractTiffImageWriter.java | 102 +++++++--------------
.../imaging/internal/ImageParserFactory.java | 3 +-
15 files changed, 94 insertions(+), 133 deletions(-)