You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/30 13:49:07 UTC

[commons-imaging] branch master updated: We don't use author tags

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 <ga...@gmail.com>
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:peter@electrotank.com">peter royal</a>
  */
 public class RgbeImageParser extends ImageParser<RgbeImagingParameters> {