mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 06:54:27 +08:00
GdkPixbufDecoder.java: Make BufferedImageBuilder class static.
2003-12-02 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Make BufferedImageBuilder class static. From-SVN: r74195
This commit is contained in:
parent
17e15f7f3b
commit
49246a5229
@ -1,3 +1,8 @@
|
||||
2003-12-02 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Make
|
||||
BufferedImageBuilder class static.
|
||||
|
||||
2003-12-02 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* java/security/Security.java: Don't use in the api doc.
|
||||
|
@ -152,7 +152,7 @@ public class GdkPixbufDecoder extends gnu.java.awt.image.ImageDecoder
|
||||
// this ought to be fairly straightforward, but it does not appear
|
||||
// anywhere else I can find.
|
||||
|
||||
private class BufferedImageBuilder implements ImageConsumer
|
||||
private static class BufferedImageBuilder implements ImageConsumer
|
||||
{
|
||||
BufferedImage bufferedImage;
|
||||
ColorModel defaultModel;
|
||||
|
Loading…
Reference in New Issue
Block a user