This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui] Implement RescaleOp
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 :-)
Jerry