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 478732dd Better class name 478732dd is described below commit 478732dd402e0aa9d974c33608e3e80d350ce7f1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 18 11:15:00 2023 -0400 Better class name --- src/conf/spotbugs-exclude-filter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index 62cd1256..c25e5481 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -49,7 +49,7 @@ <Bug pattern="EI_EXPOSE_REP2" /> </Match> <Match> - <Class name="org.apache.commons.imaging.formats.tiff.TiffElement$DataElement" /> + <Class name="org.apache.commons.imaging.formats.tiff.AbstractTiffElement$DataElement" /> <Bug pattern="EI_EXPOSE_REP2" /> </Match> <Match> @@ -57,12 +57,12 @@ <Bug pattern="EI_EXPOSE_REP2" /> </Match> <Match> - <Class name="org.apache.commons.imaging.formats.tiff.TiffImageData$Strips" /> + <Class name="org.apache.commons.imaging.formats.tiff.AbstractTiffImageData$Strips" /> <Method name="getImageData" /> <Bug pattern="EI_EXPOSE_REP" /> </Match> <Match> - <Class name="org.apache.commons.imaging.formats.tiff.TiffImageData$Strips" /> + <Class name="org.apache.commons.imaging.formats.tiff.AbstractTiffImageData$Strips" /> <Bug pattern="EI_EXPOSE_REP2" /> </Match> <Match>