[patch] fix to BufferedImage
Tom Tromey
tromey@redhat.com
Wed Sep 17 16:24:00 GMT 2003
>>>>> "graydon" == graydon hoare <graydon@redhat.com> writes:
I just remember the other style nit, which I somehow forgot to
mention in my last message.
graydon> + if (src.getSampleModel () instanceof ComponentSampleModel &&
graydon> + dest.getSampleModel () instanceof ComponentSampleModel)
Operators go after the line break, not before.
BTW, with the style changes, the patch is ok, please commit.
Tom
More information about the Java-patches
mailing list