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: [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


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