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 bd1d7faf We don't use author tags
bd1d7faf is described below

commit bd1d7faf400ea11366ca0196b8f0b6da2f4b3266
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 30 09:49:03 2022 -0400

    We don't use author tags
---
 .../java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java 
b/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java
index 8b04498a..03d490ff 100644
--- a/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java
+++ b/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeImageParser.java
@@ -40,8 +40,6 @@ import java.util.ArrayList;
 
 /**
  * Parser for Radiance HDR images
- *
- * @author <a href="mailto:[email protected]";>peter royal</a>
  */
 public class RgbeImageParser extends ImageParser<RgbeImagingParameters> {
 

Reply via email to