diff options
Diffstat (limited to 'java/awt/image/BandCombineOp.java')
-rw-r--r-- | java/awt/image/BandCombineOp.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/awt/image/BandCombineOp.java b/java/awt/image/BandCombineOp.java index 48c61c570..4c921ede9 100644 --- a/java/awt/image/BandCombineOp.java +++ b/java/awt/image/BandCombineOp.java @@ -53,7 +53,7 @@ import java.awt.geom.Rectangle2D; * for the destination. Therefore the destination Raster must contain the * same number of bands as the number of rows in the filter matrix. * - * @author Jerry Quinn <jlquinn@optonline.net> + * @author Jerry Quinn (jlquinn@optonline.net) */ public class BandCombineOp implements RasterOp { |