Hi,

On Mon, 2006-05-15 at 10:24 +0100, David Gilbert wrote:
> 2006-05-15  David Gilbert  <[EMAIL PROTECTED]>
> 
>       * java/awt/Graphics2D.java: Added some API doc comments.
> [...]
> +import java.awt.print.PageFormat;
> +import java.awt.print.Printable;
> +import java.awt.print.PrinterJob;

For some unknown reason jikes completely fails to compile anything
unless that last import statement is removed. Since I this prevents the
autobuilder from working I have just removed it for now. Freaky.

2006-05-15  Mark Wielaard  <[EMAIL PROTECTED]>

   * java/awt/Graphics2D.java: Remove PrinterJob import.

Cheers,

Mark

diff -u -r1.9 Graphics2D.java
--- java/awt/Graphics2D.java    15 May 2006 09:22:26 -0000      1.9
+++ java/awt/Graphics2D.java    15 May 2006 23:14:07 -0000
@@ -47,7 +47,6 @@
 import java.awt.image.renderable.RenderableImage;
 import java.awt.print.PageFormat;
 import java.awt.print.Printable;
-import java.awt.print.PrinterJob;
 import java.text.AttributedCharacterIterator;
 import java.util.Map;

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to