This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui] Implement RescaleOp
Michael Koch writes:
> On Wednesday 29 September 2004 04:09, Jerry Quinn wrote:
> > Tom Tromey wrote:
> > >>>>>>"Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:
> > >
> > > Jerry> + public RenderingHints getRenderingHints() { return
> > > hints; }
> > >
> > > Usually we don't do on-line functions.
> > >
> > > Jerry> + public BufferedImage filter(BufferedImage src,
> > > BufferedImage dst) {
> > >
> > > Brace on a new line... there's a few of these.
> >
> > Fixed. I was using a combination of eclipse and emacs and the
> > braces on line slipped through. I take the blame for the
> > one-liners :-)
>
> You don't posted your commited fixes here, or did I missed something ?
> Please post every little patch you commit on this list. This makes
> merging to GNU classpath much easier for us.
Isn't there something like a cvs-commit mailing list that would ba far
more suitable for such purposes?
Andrew.