diff options
Diffstat (limited to 'libjava/java/awt/image/DirectColorModel.java')
| -rw-r--r-- | libjava/java/awt/image/DirectColorModel.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/awt/image/DirectColorModel.java b/libjava/java/awt/image/DirectColorModel.java index 9444e831f83..3ac43cf25b6 100644 --- a/libjava/java/awt/image/DirectColorModel.java +++ b/libjava/java/awt/image/DirectColorModel.java @@ -60,7 +60,6 @@ public class DirectColorModel extends PackedColorModel * @param rmask the bits describing the red component of a pixel * @param gmask the bits describing the green component of a pixel * @param bmask the bits describing the blue component of a pixel - * @param amask the bits describing the alpha component of a pixel */ public DirectColorModel(int pixelBits, int rmask, int gmask, int bmask) { @@ -82,6 +81,7 @@ public class DirectColorModel extends PackedColorModel * @param rmask the bits describing the red component of a pixel * @param gmask the bits describing the green component of a pixel * @param bmask the bits describing the blue component of a pixel + * @param amask the bits describing the alpha component of a pixel */ public DirectColorModel(int pixelBits, int rmask, int gmask, int bmask, int amask) |
