This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix to BufferedImage


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]