Patch: Add missing import.

Ralf Heini ralf.heini at aicas.de
Fri Jan 28 06:59:10 PST 2011


The last patch ("Fix NPE") misses an import and cannot compile. So I suggest this patch:

# HG changeset patch
# User Ralf Heini <heini at aicas.com>
# Date 1296213068 -3600
# Node ID 66b42bfa920fb45ab2b36d8c0ca5bfe33ef782ca
# Parent  3cbec190dfe07eeab09ec9692d67954b819fb2f9
Add missing import.

diff -r 3cbec190dfe0 -r 66b42bfa920f src/share/classes/sun/awt/peer/cacio/CacioEventPump.java
--- a/src/share/classes/sun/awt/peer/cacio/CacioEventPump.java  Fri Jan 28 10:44:03 2011 +0100
+++ b/src/share/classes/sun/awt/peer/cacio/CacioEventPump.java  Fri Jan 28 12:11:08 2011 +0100
@@ -27,6 +27,7 @@

  import java.awt.AWTEvent;

+import java.awt.Component;
  import java.awt.Window;
  import java.awt.event.ComponentEvent;
  import java.awt.event.FocusEvent;

-- 

Dipl.-Inform. Ralf Heini * Development and Support * Tel: +49-721-663 968-51

aicas GmbH
Haid-und-Neu-Straße 18 * D-76131 Karlsruhe * Germany
http://www.aicas.com   * Tel: +49-721-663 968-0

USt-Id: DE216375633, Handelsregister HRB 109481, AG Mannheim
Geschäftsführer: Dr. James J. Hunt



More information about the caciocavallo-dev mailing list